We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b90538 commit 667f593Copy full SHA for 667f593
composer.json
@@ -51,7 +51,7 @@
51
"linter:check": "phpstan analyse --configuration phpstan.neon",
52
"linter:baseline": "@linter:check -- --generate-baseline",
53
"phpcs": "@phpcs:check",
54
- "phpcs:check": "@phpcs:fix -- --dry-run",
+ "phpcs:check": "@phpcs:fix --dry-run",
55
"phpcs:fix": "php-cs-fixer fix --config=.php-cs-fixer.php --allow-risky=yes --verbose --diff"
56
},
57
"extra": {
0 commit comments