Skip to content

Commit 07c0413

Browse files
committed
Save CS Fixer' cache file into the var/ directory
1 parent 3ac8164 commit 07c0413

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php_cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ return PhpCsFixer\Config::create()
2525
'strict_comparison' => true,
2626
])
2727
->setFinder($finder)
28+
->setCacheFile(__DIR__.'/var/.php_cs.cache')
2829
;

0 commit comments

Comments
 (0)