We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4b7d5e commit 6d4b506Copy full SHA for 6d4b506
composer.json
@@ -62,7 +62,7 @@
62
"linter:check": "phpstan analyse --configuration phpstan.neon",
63
"linter:baseline": "@linter:check -- --generate-baseline",
64
"phpcs": "@phpcs:check",
65
- "phpcs:check": "@phpcs:fix -- --dry-run",
+ "phpcs:check": "@phpcs:fix --dry-run",
66
"phpcs:fix": "php-cs-fixer fix --config=.php-cs-fixer.php --allow-risky=yes --verbose --diff"
67
},
68
"extra": {
0 commit comments