Skip to content

Commit b62cc50

Browse files
authored
Fix: Move cache file to .build/php-cs-fixer/ (#954)
1 parent 3c92f5b commit b62cc50

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ backend/mirror.jpg
77
backend/GeoIP.dat
88
tests/server.log
99
tests/server.pid
10-
.php-cs-fixer.cache

.php-cs-fixer.php

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
->notName('run-tests.php');
1414

1515
$config
16+
->setCacheFile(__DIR__ . '/.build/php-cs-fixer/php-cs-fixer.cache')
1617
->setRiskyAllowed(true)
1718
->setRules([
1819
'array_indentation' => true,

0 commit comments

Comments
 (0)