Skip to content

Commit 8e18476

Browse files
.php_cs: Remove 'Tests/Fixtures' from exclusion list
This directory does not exist: https://github.com/FriendsOfSymfony/FOSUserBundle/tree/master/Tests
1 parent 6b8828b commit 8e18476

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.php_cs

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Symfony\CS\Fixer\Contrib\HeaderCommentFixer::setHeader($header);
1313

1414
$finder = Symfony\CS\Finder\DefaultFinder::create()
1515
->in(array(__DIR__))
16-
->exclude(array('Tests/Fixtures'))
1716
;
1817

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

0 commit comments

Comments
 (0)