Skip to content

Commit aa6b943

Browse files
committed
chore: remove -v flag from analyse composer command
1 parent 8d7ac03 commit aa6b943

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"lock": false
3131
},
3232
"scripts": {
33-
"analyse": "@php ./vendor/bin/phpstan analyse -v",
33+
"analyse": "@php ./vendor/bin/phpstan analyse",
3434
"compat": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --standard=phpcompat.xml.dist --report=summary,source",
3535
"format": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf --report=summary,source",
3636
"lint": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --report=summary,source",

0 commit comments

Comments
 (0)