We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47198db commit e7aae43Copy full SHA for e7aae43
.php_cs
@@ -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