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 ca0b070 commit 2264cd1Copy full SHA for 2264cd1
.php_cs
@@ -2,7 +2,7 @@
2
3
$finder = Symfony\CS\Finder\DefaultFinder::create()
4
->exclude('vendor')
5
- ->exclude('Tests/resources')
+ ->exclude('tests')
6
->in(__DIR__);
7
8
return Symfony\CS\Config\Config::create()
0 commit comments