1
0
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:
Andreas Möller
2024-02-17 18:46:05 +01:00
committed by GitHub
parent 3c92f5b223
commit b62cc508c8
2 changed files with 1 additions and 1 deletions

View File

@@ -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,