Add new script commands for php-cs-fixer

pull/13824/head
Dr. Tobias Quathamer 2024-01-11 20:10:43 +01:00
rodzic 9daf83ce9b
commit 893c2e4fd3
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -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"
} }
} }