File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public function testExtensionNeon(): void
4747
4848self ::assertCount (6 , $ container ->findByTag ('phpstan.rules.rule ' ));
4949self ::assertCount (11 , $ container ->findByTag ('phpstan.broker.dynamicMethodReturnTypeExtension ' ));
50- self ::assertCount (5 , $ container ->findByTag ('phpstan.typeSpecifier.methodTypeSpecifyingExtension ' ));
50+ self ::assertCount (6 , $ container ->findByTag ('phpstan.typeSpecifier.methodTypeSpecifyingExtension ' ));
5151self ::assertInstanceOf (ServiceMap::class, $ container ->getByType (ServiceMap::class));
5252}
5353
Original file line number Diff line number Diff line change @@ -4,3 +4,14 @@ parameters:
44
55services :
66- PhpParser\PrettyPrinter\Standard
7+
8+ -
9+ class : PHPStan\DependencyInjection\Container
10+ factory : PHPStan\DependencyInjection\Nette\NetteContainer
11+
12+ broker :
13+ class : PHPStan\Broker\Broker
14+ factory : @brokerFactory::create
15+
16+ brokerFactory :
17+ class : PHPStan\Broker\BrokerFactory
You can’t perform that action at this time.
0 commit comments