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:
@@ -9,8 +9,7 @@ $finder = $config->getFinder()
|
|||||||
->in([
|
->in([
|
||||||
__DIR__ . '/src',
|
__DIR__ . '/src',
|
||||||
__DIR__ . '/tests',
|
__DIR__ . '/tests',
|
||||||
])
|
]);
|
||||||
->notName('run-tests.php');
|
|
||||||
|
|
||||||
$config
|
$config
|
||||||
->setCacheFile(__DIR__ . '/.build/php-cs-fixer/php-cs-fixer.cache')
|
->setCacheFile(__DIR__ . '/.build/php-cs-fixer/php-cs-fixer.cache')
|
||||||
|
|||||||
Reference in New Issue
Block a user