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.
2 parents a8ad835 + 8d67b00 commit 308d8ebCopy full SHA for 308d8eb
.php-cs-fixer.dist.php
@@ -14,7 +14,7 @@
14
$finder = (new PhpCsFixer\Finder())
15
->in([__DIR__.'/src', __DIR__.'/tests'])
16
->exclude([
17
- __DIR__.'tests/tmp'
+ 'tmp'
18
])
19
;
20
0 commit comments