Skip to content

Commit

Permalink
chore: add composer command "cs-fix" (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jun 17, 2024
1 parent f7bb3f2 commit f029edb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,10 @@
"branch-alias": {
"dev-develop": "4.x-dev"
}
},
"scripts": {
"cs": "php-cs-fixer fix --ansi --verbose --dry-run --diff",
"cs-fix": "php-cs-fixer fix --ansi --verbose --diff",
"style": "@cs-fix"
}
}

0 comments on commit f029edb

Please sign in to comment.