Skip to content

Commit 6d4b506

Browse files
committed
Fix phpcs check command
1 parent a4b7d5e commit 6d4b506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"linter:check": "phpstan analyse --configuration phpstan.neon",
6363
"linter:baseline": "@linter:check -- --generate-baseline",
6464
"phpcs": "@phpcs:check",
65-
"phpcs:check": "@phpcs:fix -- --dry-run",
65+
"phpcs:check": "@phpcs:fix --dry-run",
6666
"phpcs:fix": "php-cs-fixer fix --config=.php-cs-fixer.php --allow-risky=yes --verbose --diff"
6767
},
6868
"extra": {

0 commit comments

Comments
 (0)