Skip to content

Commit

Permalink
Update .php-cs-fixer.dist.php
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm authored and sebastianbergmann committed Apr 14, 2024
1 parent 97f6878 commit 741f67f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
->in(__DIR__ . '/tests/end-to-end')
->in(__DIR__ . '/tests/unit')
->notName('DeprecatedPhpFeatureTest.php')
// don't mangle whitespaces in this test, which are required for the error reproduce
->notName('Issue5795Test.php')
->notName('ReadonlyClass.php')
->notName('*.phpt');

Expand Down

0 comments on commit 741f67f

Please sign in to comment.