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 677de55 commit 24462b7Copy full SHA for 24462b7
1 file changed
.php_cs
@@ -14,6 +14,7 @@ return PhpCsFixer\Config::create()
14
'array_syntax' => array('syntax' => 'long'),
15
'concat_space' => array('spacing' => true),
16
'no_trailing_whitespace' => true,
17
+ 'no_useless_return' => true,
18
'phpdoc_order' => true,
19
))
20
->setFinder($finder)
0 commit comments