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 0444bbc commit b079d5fCopy full SHA for b079d5f
composer.json
@@ -57,8 +57,8 @@
57
"phpmd.bat": "vendor\\bin\\phpmd.bat --strict src text cyclomatic.xml",
58
"phpmnd": "vendor/bin/phpmnd src",
59
"phpmnd.bat": "vendor\\bin\\phpmnd.bat src",
60
- "phpstan": "vendor/bin/phpstan --level=7 analyse src tests",
61
- "phpstan.bat": "vendor\\bin\\phpstan.bat --level=7 analyse src tests",
+ "phpstan": "vendor/bin/phpstan --level=max analyse src tests",
+ "phpstan.bat": "vendor\\bin\\phpstan.bat --level=max analyse src tests",
62
"phpunit": "vendor/phpunit/phpunit/phpunit --configuration phpunit.xml.dist",
63
"psalm": "vendor/bin/psalm",
64
"psalm.bat": "vendor\\bin\\psalm.bat",
0 commit comments