Skip to content

Commit

Permalink
Composer: remove redundant CLI argument from scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Nov 20, 2023
1 parent 47f9162 commit af3b319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@
"@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --show-deprecated --exclude vendor --exclude node_modules --exclude .git"
],
"test": [
"@php ./vendor/phpunit/phpunit/phpunit --no-coverage --colors=always"
"@php ./vendor/phpunit/phpunit/phpunit --no-coverage"
],
"coverage": [
"@php ./vendor/phpunit/phpunit/phpunit --colors=always"
"@php ./vendor/phpunit/phpunit/phpunit"
],
"check-cs": [
"@php ./vendor/squizlabs/php_codesniffer/bin/phpcs"
Expand Down

0 comments on commit af3b319

Please sign in to comment.