Skip to content

Commit 1b09a9a

Browse files
Exclude source file with PHP 8.2 syntax
1 parent ac259bc commit 1b09a9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
->in(__DIR__ . '/tests/end-to-end')
1616
->in(__DIR__ . '/tests/unit')
1717
->notName('InterfaceWithMethodReturningDisjunctiveNormalFormType.php')
18+
->notName('ReadonlyClass.php')
1819
->notName('*.phpt');
1920

2021
$config = new PhpCsFixer\Config;

0 commit comments

Comments
 (0)