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 bee9b6f commit c3e4ac7Copy full SHA for c3e4ac7
.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