Skip to content

Commit 12a8a07

Browse files
committed
Fix phpcs check command
1 parent 07cc726 commit 12a8a07

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

0 commit comments

Comments
 (0)