We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5866c1 commit b3e7e35Copy full SHA for b3e7e35
.php-cs-fixer.dist.php
@@ -315,4 +315,6 @@
315
'whitespace_after_comma_in_array' => true,
316
]);
317
318
+$config->setCacheFile(__DIR__ . '/.php-cs-fixer.cache/' . sha1(@trim((string) @shell_exec('git rev-parse --abbrev-ref HEAD'))));
319
+
320
return $config;
0 commit comments