Skip to content

Commit c701693

Browse files
committed
bug #463 Save CS Fixer's cache file into the "var/" directory (bocharsky-bw)
This PR was merged into the master branch. Discussion ---------- Save CS Fixer's cache file into the "var/" directory Otherwise, my project leaves in dirty state after running the fixer. Commits ------- 07c0413 Save CS Fixer' cache file into the var/ directory
2 parents 3cf18af + 07c0413 commit c701693

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php_cs

+1
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)