Skip to content

Commit

Permalink
Fix: Do not bother ignoring non-existent file
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Feb 17, 2024
1 parent 42e335e commit e908466
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
->setRiskyAllowed(true)
Expand Down

0 comments on commit e908466

Please sign in to comment.