Skip to content

Commit dacd02a

Browse files
committed
Do not analyze Configuration.php with PHPStan
1 parent 463bae8 commit dacd02a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phpstan.neon

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ parameters:
22
ignoreErrors:
33
- '/Symfony\\Component\\Console\\Event\\ConsoleExceptionEvent/'
44
- '/Call to an undefined method Symfony\\Component\\Console\\Event\\ConsoleEvent::getExitCode\(\)\./'
5+
excludes_analyse:
6+
- '%currentWorkingDirectory%/src/DependencyInjection/Configuration.php'
57
includes:
68
- vendor/phpstan/phpstan-phpunit/extension.neon

0 commit comments

Comments
 (0)