Skip to content

Commit 11c8c48

Browse files
committed
Fix phpcs check command
1 parent 2a8bbfb commit 11c8c48

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

0 commit comments

Comments
 (0)