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 b64c0bb commit 8d67b00Copy full SHA for 8d67b00
.php-cs-fixer.dist.php
@@ -7,7 +7,7 @@
7
$finder = (new PhpCsFixer\Finder())
8
->in([__DIR__.'/src', __DIR__.'/tests'])
9
->exclude([
10
- __DIR__.'tests/tmp'
+ 'tmp'
11
])
12
;
13
0 commit comments