summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.php_cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/.php_cs b/.php_cs
index bf09473..69e1a41 100644
--- a/.php_cs
+++ b/.php_cs
@@ -14,6 +14,7 @@ return PhpCsFixer\Config::create()
'array_syntax' => array('syntax' => 'long'),
'concat_space' => array('spacing' => true),
'no_trailing_whitespace' => true,
+ 'no_useless_return' => true,
'phpdoc_order' => true,
))
->setFinder($finder)