Skip to content

Commit 350f317

Browse files
committed
Add extension.neon
1 parent cee0fb6 commit 350f317

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

extension.neon

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
services:
2+
-
3+
class: Arachne\Codeception\PHPStan\NetteDIModuleType
4+
tags:
5+
- phpstan.broker.dynamicMethodReturnTypeExtension

phpstan.neon

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
includes:
22
- vendor/phpstan/phpstan-nette/extension.neon
33
- vendor/phpstan/phpstan-nette/rules.neon
4+
- extension.neon
45

56
parameters:
67
excludes_analyse:
@@ -9,9 +10,3 @@ parameters:
910
ignoreErrors:
1011
- '#^Calling method getContent\(\) on possibly null value of type Symfony\\Component\\BrowserKit\\Response\|null#'
1112
- '#^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

0 commit comments

Comments
 (0)