Add new script commands for php-cs-fixer
This commit is contained in:
parent
9daf83ce9b
commit
893c2e4fd3
1 changed files with 3 additions and 1 deletions
|
@ -150,6 +150,8 @@
|
|||
"cs:fix": [
|
||||
"@cs:install",
|
||||
"bin/dev/php-cs-fixer/vendor/bin/php-cs-fixer fix"
|
||||
]
|
||||
],
|
||||
"cs:check-v3": "vendor/bin/php-cs-fixer check --diff",
|
||||
"cs:fix-v3": "vendor/bin/php-cs-fixer fix"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue