Skip to content

Commit 6ea74bc

Browse files
committed
Add PHP CS fixer config file to linter
1 parent c331802 commit 6ea74bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php_cs.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ use PhpCsFixer\Fixer\Import\OrderedImportsFixer;
66

77
$finder = PhpCsFixer\Finder::create()
88
->in(__DIR__)
9+
->append([__FILE__])
910
;
1011

1112
return PhpCsFixer\Config::create()

0 commit comments

Comments
 (0)