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 97c673e commit 2194735Copy full SHA for 2194735
composer.json
@@ -19,7 +19,7 @@
19
"test-coverage": "php vendor/phpunit/phpunit/phpunit --coverage-text --configuration phpunit.xml --coverage-clover build/logs/clover.xml --coverage-html build/coverage",
20
"check-style": "phpcs -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests",
21
"fix-style": "phpcbf -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit -n src tests",
22
- "phpstan": "php vendor/phpstan/phpstan-shim/phpstan analyse src tests --level=max -c phpstan.neon"
+ "phpstan": "php vendor/phpstan/phpstan-shim/phpstan analyse src tests --level=max -c phpstan.neon --no-progress"
23
},
24
"autoload": {
25
"psr-4": {
0 commit comments