Skip to content

Commit 308d8eb

Browse files
committed
Merge branch main into 2.x
* main: [ci] fix wrong tmp path in php-cs-fixer config (#323)
2 parents a8ad835 + 8d67b00 commit 308d8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
$finder = (new PhpCsFixer\Finder())
1515
->in([__DIR__.'/src', __DIR__.'/tests'])
1616
->exclude([
17-
__DIR__.'tests/tmp'
17+
'tmp'
1818
])
1919
;
2020

0 commit comments

Comments
 (0)