Skip to content

Commit f5e1560

Browse files
committed
test PhpCsFixer
1 parent 24bfcc1 commit f5e1560

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.php_cs.dist

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
return PhpCsFixer\Config::create()
4+
->setFinder(
5+
PhpCsFixer\Finder::create()
6+
->in(__DIR__ . '/tests')
7+
)
8+
;

0 commit comments

Comments
 (0)