Skip to content

Commit 2264cd1

Browse files
committed
issue #4 - update PHP CS fixer settings
1 parent ca0b070 commit 2264cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php_cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
$finder = Symfony\CS\Finder\DefaultFinder::create()
44
->exclude('vendor')
5-
->exclude('Tests/resources')
5+
->exclude('tests')
66
->in(__DIR__);
77

88
return Symfony\CS\Config\Config::create()

0 commit comments

Comments
 (0)