Skip to content

Commit 6b6e153

Browse files
Merge branch '9.6' into 10.5
2 parents 835df17 + c4b2075 commit 6b6e153

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
@@ -347,6 +347,6 @@
347347
'whitespace_after_comma_in_array' => true,
348348
]);
349349

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

352352
return $config;

0 commit comments

Comments
 (0)