mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Fix: Move cache file to .build/php-cs-fixer/ (#954)
This commit is contained in:
@@ -13,6 +13,7 @@ $finder = $config->getFinder()
|
||||
->notName('run-tests.php');
|
||||
|
||||
$config
|
||||
->setCacheFile(__DIR__ . '/.build/php-cs-fixer/php-cs-fixer.cache')
|
||||
->setRiskyAllowed(true)
|
||||
->setRules([
|
||||
'array_indentation' => true,
|
||||
|
||||
Reference in New Issue
Block a user