Skip to content

Commit 00dd06a

Browse files
Simplify CS configuration
1 parent a249789 commit 00dd06a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.php-cs-fixer.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,7 @@
3636

3737
$finder = Finder::create()
3838
->in(__DIR__)
39-
->exclude([
40-
'.git/',
41-
'node_modules/',
42-
'vendor/',
43-
'var',
44-
])
39+
->ignoreVCSIgnored(true)
4540
->name('*.php');
4641

4742
$config = new Config();

0 commit comments

Comments
 (0)