We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac259bc commit 1b09a9aCopy full SHA for 1b09a9a
.php-cs-fixer.dist.php
@@ -15,6 +15,7 @@
15
->in(__DIR__ . '/tests/end-to-end')
16
->in(__DIR__ . '/tests/unit')
17
->notName('InterfaceWithMethodReturningDisjunctiveNormalFormType.php')
18
+ ->notName('ReadonlyClass.php')
19
->notName('*.phpt');
20
21
$config = new PhpCsFixer\Config;
0 commit comments