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 b991666 commit f1efe6dCopy full SHA for f1efe6d
composer.json
@@ -116,12 +116,11 @@
116
"@test",
117
"@analyze"
118
],
119
- "analyze": "phpstan analyze -l max -c ./phpstan.installer.neon ./src ./config",
120
"clear-config-cache": "php bin/clear-config-cache.php",
121
"cs-check": "phpcs",
122
"cs-fix": "phpcbf",
123
"serve": "php -S 0.0.0.0:8080 -t public/",
124
- "static-analysis": "psalm --shepherd --stats",
+ "static-analysis": "vendor/bin/phpstan analyse",
125
"test": "phpunit --colors=always",
126
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
127
}
0 commit comments