We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac8164 commit 07c0413Copy full SHA for 07c0413
.php_cs
@@ -25,4 +25,5 @@ return PhpCsFixer\Config::create()
25
'strict_comparison' => true,
26
])
27
->setFinder($finder)
28
+ ->setCacheFile(__DIR__.'/var/.php_cs.cache')
29
;
0 commit comments