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 3a30545 commit 557fca8Copy full SHA for 557fca8
.php_cs.dist
@@ -2,10 +2,6 @@
2
3
$finder = PhpCsFixer\Finder::create()
4
->in('lib')
5
- ->in('tests')
6
- ->exclude([
7
- 'tests/Workspace'
8
- ])
9
;
10
11
return PhpCsFixer\Config::create()
0 commit comments