We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18cd8fe commit 654074cCopy full SHA for 654074c
.php-cs-fixer.dist.php
@@ -4,7 +4,7 @@
4
->in('src')
5
;
6
7
-return PhpCsFixer\Config::create()
+return (new PhpCsFixer\Config())
8
->setRules([
9
'@PSR2' => true,
10
])
0 commit comments