mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-27 16:36:00 +00:00
Ignore .php-cs-fixer.cache as cache file
This commit is contained in:
parent
82ff002223
commit
c73c6052b6
2 changed files with 2 additions and 1 deletions
|
@ -45,4 +45,5 @@ return PhpCsFixer\Config::create()
|
|||
])
|
||||
->in(__DIR__)
|
||||
)
|
||||
->setCacheFile('.php-cs-fixer.cache')
|
||||
;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue