Skip to content

Commit

Permalink
Exclude source file with PHP 8.2 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Dec 9, 2022
1 parent ac259bc commit 1b09a9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
->in(__DIR__ . '/tests/end-to-end')
->in(__DIR__ . '/tests/unit')
->notName('InterfaceWithMethodReturningDisjunctiveNormalFormType.php')
->notName('ReadonlyClass.php')
->notName('*.phpt');

$config = new PhpCsFixer\Config;
Expand Down

0 comments on commit 1b09a9a

Please sign in to comment.