Skip to content

Commit b079d5f

Browse files
committed
Increase phpstan level 7 to max
1 parent 0444bbc commit b079d5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
"phpmd.bat": "vendor\\bin\\phpmd.bat --strict src text cyclomatic.xml",
5858
"phpmnd": "vendor/bin/phpmnd src",
5959
"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",
60+
"phpstan": "vendor/bin/phpstan --level=max analyse src tests",
61+
"phpstan.bat": "vendor\\bin\\phpstan.bat --level=max analyse src tests",
6262
"phpunit": "vendor/phpunit/phpunit/phpunit --configuration phpunit.xml.dist",
6363
"psalm": "vendor/bin/psalm",
6464
"psalm.bat": "vendor\\bin\\psalm.bat",

0 commit comments

Comments
 (0)