We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a8bbfb commit 11c8c48Copy full SHA for 11c8c48
composer.json
@@ -54,7 +54,7 @@
54
"linter:check": "phpstan analyse --configuration phpstan.neon",
55
"linter:baseline": "@linter:check -- --generate-baseline",
56
"phpcs": "@phpcs:check",
57
- "phpcs:check": "@phpcs:fix -- --dry-run",
+ "phpcs:check": "@phpcs:fix --dry-run",
58
"phpcs:fix": "php-cs-fixer fix --config=.php-cs-fixer.php --allow-risky=yes --verbose --diff"
59
},
60
"extra": {
0 commit comments