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
47
47
48
48
self ::assertCount (6 , $ container ->findByTag ('phpstan.rules.rule ' ));
49
49
self ::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 ' ));
51
51
self ::assertInstanceOf (ServiceMap::class, $ container ->getByType (ServiceMap::class));
52
52
}
53
53
Original file line number Diff line number Diff line change @@ -4,3 +4,14 @@ parameters:
4
4
5
5
services :
6
6
- 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