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