Skip to content

Commit f9f0236

Browse files
committed
[CLEANUP] Remove duplicate version output of php-cs-fixer
1 parent eb44bad commit f9f0236

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
@@ -106,7 +106,7 @@
106106
"test:behaviour": "behat --config Tests/Behavior/behat.yml",
107107
"test:behaviour:tag": "behat --config Tests/Behavior/behat.yml --tags",
108108
"test:behaviour:stop": "behat --config Tests/Behavior/behat.yml --stop-on-failure",
109-
"test:php:cs": "php-cs-fixer --version && php-cs-fixer fix --dry-run --config=.project/tests/.php-cs-fixer.php --diff",
109+
"test:php:cs": "php-cs-fixer fix --dry-run --config=.project/tests/.php-cs-fixer.php --diff",
110110
"test:php:lint": "find *.php Classes Configuration Tests -name '*.php' -print0 | xargs -0 -n 1 -P 4 php -l",
111111
"test:php:phpstan": "phpstan analyse -c .project/tests/phpstan.neon",
112112
"test:php:phpstan:generate-baseline": "phpstan analyse -c .project/tests/phpstan.neon --generate-baseline .project/tests/phpstan-baseline.neon",

0 commit comments

Comments
 (0)