Skip to content

Commit a18c060

Browse files
authored
Merge pull request #7728 from kenjis/fix-php-cs-fixer.user-guide
chore: fix php-cs-fixer cache file
2 parents 006d755 + d6725aa commit a18c060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.user-guide.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
];
3838

3939
$options = [
40-
'cacheFile' => 'build/.php-cs-fixer.no-header.cache',
40+
'cacheFile' => 'build/.php-cs-fixer.user-guide.cache',
4141
'finder' => $finder,
4242
];
4343

0 commit comments

Comments
 (0)