File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change
1
+ services :
2
+ -
3
+ class : Arachne\Codeception\PHPStan\NetteDIModuleType
4
+ tags :
5
+ - phpstan.broker.dynamicMethodReturnTypeExtension
Original file line number Diff line number Diff line change 1
1
includes :
2
2
- vendor/phpstan/phpstan-nette/extension.neon
3
3
- vendor/phpstan/phpstan-nette/rules.neon
4
+ - extension.neon
4
5
5
6
parameters :
6
7
excludes_analyse :
@@ -9,9 +10,3 @@ parameters:
9
10
ignoreErrors :
10
11
- '#^Calling method getContent\ (\ ) on possibly null value of type Symfony\\Component\\BrowserKit\\Response\|null #'
11
12
- '#^Method Arachne\\Codeception\\Module\\NetteDIModule::getContainer\ (\ ) should return Nette\\DI\\Container but returns Nette\\DI\\Container\|null #'
12
-
13
- services :
14
- -
15
- class : Arachne\Codeception\PHPStan\NetteDIModuleType
16
- tags :
17
- - phpstan.broker.dynamicMethodReturnTypeExtension
You can’t perform that action at this time.
0 commit comments