Skip to content

Commit e7aae43

Browse files
committed
Add PHP-CS-Fixer conig file.
1 parent 47198db commit e7aae43

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.php_cs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
3+
return Symfony\CS\Config\Config::create()
4+
->level(Symfony\CS\FixerInterface::PSR2_LEVEL)
5+
->fixers([])
6+
->finder(
7+
Symfony\CS\Finder\DefaultFinder::create()->in(__DIR__ . '/src')
8+
)
9+
;

0 commit comments

Comments
 (0)