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 135d26c commit 95e9d2dCopy full SHA for 95e9d2d
.php_cs.dist renamed to .php-cs-fixer.dist.php
@@ -2,7 +2,7 @@
2
3
$finder = PhpCsFixer\Finder::create()->in(__DIR__);
4
5
-return PhpCsFixer\Config::create()
+return (new PhpCsFixer\Config())
6
->setFinder($finder)
7
->setRules(array(
8
'@Symfony' => true,
0 commit comments