Skip to content

Commit 5b73f1c

Browse files
Merge branch '10.5' into 11.1
2 parents 1f78160 + 41c6588 commit 5b73f1c

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/' . json_decode((string) @file_get_contents('composer.json'), true)["extra"]["branch-alias"]["dev-master"] ?? 'unknown');
350+
$config->setCacheFile(__DIR__ . '/.php-cs-fixer.cache/' . json_decode((string) @file_get_contents('composer.json'), true)["extra"]["branch-alias"]["dev-main"] ?? 'unknown');
351351

352352
return $config;

0 commit comments

Comments
 (0)