diff options
-rw-r--r-- | .php_cs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |