Skip to content

Commit 56bd0bb

Browse files
committed
Fix ecs script
1 parent 30a28ca commit 56bd0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"symplify/easy-coding-standard": "^10.1"
3232
},
3333
"scripts": {
34-
"lint:fix": "./vendor/bin/ecs --fix--clear-cache --no-progress-bar",
34+
"lint:fix": "./vendor/bin/ecs --fix --clear-cache --no-progress-bar",
3535
"lint:stan": "./vendor/bin/phpstan",
3636
"lint:upgrade": "vendor/bin/rector process",
3737
"lint": "composer lint:fix && composer lint:upgrade && composer lint:stan",

0 commit comments

Comments
 (0)