Skip to content

Commit 02931b9

Browse files
authored
Fix: Do not bother ignoring non-existent file (#955)
1 parent b62cc50 commit 02931b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.php-cs-fixer.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
->in([
1010
__DIR__ . '/src',
1111
__DIR__ . '/tests',
12-
])
13-
->notName('run-tests.php');
12+
]);
1413

1514
$config
1615
->setCacheFile(__DIR__ . '/.build/php-cs-fixer/php-cs-fixer.cache')

0 commit comments

Comments
 (0)