Skip to content

Commit 667f593

Browse files
committed
Fix phpcs check command
1 parent 6b90538 commit 667f593

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
@@ -51,7 +51,7 @@
5151
"linter:check": "phpstan analyse --configuration phpstan.neon",
5252
"linter:baseline": "@linter:check -- --generate-baseline",
5353
"phpcs": "@phpcs:check",
54-
"phpcs:check": "@phpcs:fix -- --dry-run",
54+
"phpcs:check": "@phpcs:fix --dry-run",
5555
"phpcs:fix": "php-cs-fixer fix --config=.php-cs-fixer.php --allow-risky=yes --verbose --diff"
5656
},
5757
"extra": {

0 commit comments

Comments
 (0)