composer: require-dev php-cs-fixer

This commit is contained in:
Christophe Siraut
2024-11-26 13:32:05 +01:00
parent 4933d2251c
commit 88c0b1570d
3 changed files with 18 additions and 0 deletions

5
.gitignore vendored
View File

@@ -51,3 +51,8 @@ phpstan.neon
npm-debug.log
yarn-error.log
###< symfony/webpack-encore-bundle ###
###> friendsofphp/php-cs-fixer ###
/.php-cs-fixer.php
/.php-cs-fixer.cache
###< friendsofphp/php-cs-fixer ###