forked from wallabag/wallabag
Ignore .php-cs-fixer.cache as cache file
This commit is contained in:
committed by
Kevin Decherf
parent
82ff002223
commit
c73c6052b6
@ -45,4 +45,5 @@ return PhpCsFixer\Config::create()
|
||||
])
|
||||
->in(__DIR__)
|
||||
)
|
||||
->setCacheFile('.php-cs-fixer.cache')
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user