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 4d0ab04..d865a60 100644
--- a/.php_cs
+++ b/.php_cs
@@ -15,6 +15,7 @@ return PhpCsFixer\Config::create()
'concat_space' => array('spacing' => true),
'ordered_imports' => true,
'no_trailing_whitespace' => true,
+ 'no_useless_return' => true,
'phpdoc_order' => true,
))
->setFinder($finder)