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 f263409 commit 0aa68efCopy full SHA for 0aa68ef
.php_cs
@@ -17,12 +17,6 @@ return PhpCsFixer\Config::create()
17
'@Symfony' => true,
18
'@Symfony:risky' => true,
19
'array_syntax' => ['syntax' => 'short'],
20
- 'no_useless_else' => true,
21
- 'no_useless_return' => true,
22
- 'ordered_imports' => true,
23
- 'phpdoc_order' => true,
24
- 'php_unit_strict' => true,
25
- 'strict_comparison' => true,
26
])
27
->setFinder($finder)
28
;
0 commit comments