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 099e8f3 commit ad92431Copy full SHA for ad92431
.php-cs-fixer.dist.php
@@ -11,11 +11,9 @@
11
$finder = PhpCsFixer\Finder::create()
12
->files()
13
->in(__DIR__ . '/src')
14
- ->in(__DIR__ . '/tests/basic')
+ ->in(__DIR__ . '/tests/_files')
15
->in(__DIR__ . '/tests/end-to-end')
16
- ->in(__DIR__ . '/tests/fail')
17
->in(__DIR__ . '/tests/unit')
18
- ->in(__DIR__ . '/tests/_files')
19
->notName('*.phpt')
20
->notName('ClassWithAllPossibleReturnTypes.php')
21
->notName('ClassWithUnionReturnTypes.php')
0 commit comments