Skip to content

Commit c4b2075

Browse files
Merge branch '8.5' into 9.6
2 parents b2c02b9 + 53b61b9 commit c4b2075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,6 @@
336336
'whitespace_after_comma_in_array' => true,
337337
]);
338338

339-
$config->setCacheFile(__DIR__ . '/.php-cs-fixer.cache/' . sha1(@trim((string) @shell_exec('git rev-parse --abbrev-ref HEAD'))));
339+
$config->setCacheFile(__DIR__ . '/.php-cs-fixer.cache/' . json_decode((string) @file_get_contents('composer.json'), true)["extra"]["branch-alias"]["dev-master"] ?? 'unknown');
340340

341341
return $config;

0 commit comments

Comments
 (0)