Ignore .php-cs-fixer.cache as cache file

This commit is contained in:
Yassine Guedidi
2022-08-01 19:11:30 +01:00
committed by Kevin Decherf
parent 82ff002223
commit c73c6052b6
2 changed files with 2 additions and 1 deletions

View File

@ -45,4 +45,5 @@ return PhpCsFixer\Config::create()
])
->in(__DIR__)
)
->setCacheFile('.php-cs-fixer.cache')
;