Skip to content

Commit b7d0dd7

Browse files
committed
Check .php_cs by php-cs-fixer
1 parent ce2c763 commit b7d0dd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.php_cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<?php
22

33
$finder = PhpCsFixer\Finder::create()
4+
->name('.php_cs')
5+
->ignoreDotFiles(false)
46
->exclude('_helpers')
57
->exclude('_temp')
68
->in(__DIR__);

0 commit comments

Comments
 (0)