Skip to content

Commit ad92431

Browse files
Update PHP-CS-Fixer configuration
1 parent 099e8f3 commit ad92431

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@
1111
$finder = PhpCsFixer\Finder::create()
1212
->files()
1313
->in(__DIR__ . '/src')
14-
->in(__DIR__ . '/tests/basic')
14+
->in(__DIR__ . '/tests/_files')
1515
->in(__DIR__ . '/tests/end-to-end')
16-
->in(__DIR__ . '/tests/fail')
1716
->in(__DIR__ . '/tests/unit')
18-
->in(__DIR__ . '/tests/_files')
1917
->notName('*.phpt')
2018
->notName('ClassWithAllPossibleReturnTypes.php')
2119
->notName('ClassWithUnionReturnTypes.php')

0 commit comments

Comments
 (0)