We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6693f56 commit b44ab83Copy full SHA for b44ab83
composer.json
@@ -48,7 +48,7 @@
48
}
49
},
50
"scripts": {
51
- "phpstan": "vendor/bin/phpstan analyse src test --level 7 -c phpstan.neon",
+ "phpstan": "vendor/bin/phpstan analyse",
52
"cs-check": "vendor/bin/php-cs-fixer fix --verbose --diff --dry-run",
53
"cs-fix": "vendor/bin/php-cs-fixer fix --verbose --diff"
54
phpstan.neon
@@ -1,4 +1,8 @@
1
parameters:
2
+ level: 7
3
+ paths:
4
+ - src/
5
+ - test/
6
ignoreErrors:
7
- '/Symfony\\Component\\Console\\Event\\ConsoleExceptionEvent/'
8
- '/Call to an undefined method Symfony\\Component\\Console\\Event\\ConsoleEvent::getExitCode\(\)\./'
0 commit comments