Skip to content

Commit 24462b7

Browse files
committed
No useless return
1 parent 677de55 commit 24462b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.php_cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ return PhpCsFixer\Config::create()
1414
'array_syntax' => array('syntax' => 'long'),
1515
'concat_space' => array('spacing' => true),
1616
'no_trailing_whitespace' => true,
17+
'no_useless_return' => true,
1718
'phpdoc_order' => true,
1819
))
1920
->setFinder($finder)

0 commit comments

Comments
 (0)