add script to run php-cs-fixer

This commit is contained in:
2024-05-31 22:22:49 +02:00
parent 73bae8ccb9
commit ab5f2ffb65

View File

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