We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c92f5b commit b62cc50Copy full SHA for b62cc50
.gitignore
@@ -7,4 +7,3 @@ backend/mirror.jpg
7
backend/GeoIP.dat
8
tests/server.log
9
tests/server.pid
10
-.php-cs-fixer.cache
.php-cs-fixer.php
@@ -13,6 +13,7 @@
13
->notName('run-tests.php');
14
15
$config
16
+ ->setCacheFile(__DIR__ . '/.build/php-cs-fixer/php-cs-fixer.cache')
17
->setRiskyAllowed(true)
18
->setRules([
19
'array_indentation' => true,
0 commit comments