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 9be3cd9 commit 6c61214Copy full SHA for 6c61214
.php_cs
@@ -19,5 +19,6 @@ return PhpCsFixer\Config::create()
19
'ordered_imports' => true,
20
'phpdoc_order' => true,
21
'array_syntax' => ['syntax' => 'short'],
22
+ 'yoda_style' => false,
23
])
24
->setFinder($finder);
0 commit comments