Skip to content

Commit 2194735

Browse files
committed
Update build
1 parent 97c673e commit 2194735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test-coverage": "php vendor/phpunit/phpunit/phpunit --coverage-text --configuration phpunit.xml --coverage-clover build/logs/clover.xml --coverage-html build/coverage",
2020
"check-style": "phpcs -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests",
2121
"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"
22+
"phpstan": "php vendor/phpstan/phpstan-shim/phpstan analyse src tests --level=max -c phpstan.neon --no-progress"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)