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 30a28ca commit 56bd0bbCopy full SHA for 56bd0bb
composer.json
@@ -31,7 +31,7 @@
31
"symplify/easy-coding-standard": "^10.1"
32
},
33
"scripts": {
34
- "lint:fix": "./vendor/bin/ecs --fix--clear-cache --no-progress-bar",
+ "lint:fix": "./vendor/bin/ecs --fix --clear-cache --no-progress-bar",
35
"lint:stan": "./vendor/bin/phpstan",
36
"lint:upgrade": "vendor/bin/rector process",
37
"lint": "composer lint:fix && composer lint:upgrade && composer lint:stan",
0 commit comments