Skip to content

Commit

Permalink
Composer: fix ECS commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubboucek committed Apr 13, 2021
1 parent d8aa1e8 commit f518e8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
},
"scripts": {
"phpstan": "phpstan analyze src --level 7",
"ecs": "ecs",
"ecs-fix": "ecs --fix",
"ecs": "ecs check",
"ecs-fix": "ecs check --fix",
"tester": "tester tests"
}
}

0 comments on commit f518e8f

Please sign in to comment.