add script to run php-cs-fixer

This commit is contained in:
Julien Fastré 2024-05-31 22:22:49 +02:00
parent 73bae8ccb9
commit ab5f2ffb65
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -149,6 +149,7 @@
"scripts": { "scripts": {
"auto-scripts": { "auto-scripts": {
"cache:clear": "symfony-cmd" "cache:clear": "symfony-cmd"
} },
"php-cs-fixer": "php-cs-fixer fix --config=./.php-cs-fixer.dist.php --show-progress=none"
} }
} }