Add new script commands for php-cs-fixer

This commit is contained in:
Dr. Tobias Quathamer 2024-01-11 20:10:43 +01:00
parent 9daf83ce9b
commit 893c2e4fd3
1 changed files with 3 additions and 1 deletions

View File

@ -150,6 +150,8 @@
"cs:fix": [ "cs:fix": [
"@cs:install", "@cs:install",
"bin/dev/php-cs-fixer/vendor/bin/php-cs-fixer fix" "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"
} }
} }