1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Fix: Do not bother ignoring non-existent file (#955)

This commit is contained in:
Andreas Möller
2024-02-17 18:46:54 +01:00
committed by GitHub
parent b62cc508c8
commit 02931b93f1

View File

@@ -9,8 +9,7 @@ $finder = $config->getFinder()
->in([
__DIR__ . '/src',
__DIR__ . '/tests',
])
->notName('run-tests.php');
]);
$config
->setCacheFile(__DIR__ . '/.build/php-cs-fixer/php-cs-fixer.cache')