Skip to content

Commit

Permalink
Fix: Do not bother ignoring non-existent file (#955)
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored Feb 17, 2024
1 parent b62cc50 commit 02931b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
->in([
__DIR__ . '/src',
__DIR__ . '/tests',
])
->notName('run-tests.php');
]);

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

0 comments on commit 02931b9

Please sign in to comment.