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 0107607 commit 7898741Copy full SHA for 7898741
.php_cs.dist
@@ -14,6 +14,7 @@ $config
14
'array_syntax' => array('syntax' => 'long'),
15
'binary_operator_spaces' => false,
16
'concat_space' => array('spacing' => 'one'),
17
+ 'no_alias_functions' => true,
18
'no_useless_else' => true,
19
'no_useless_return' => true,
20
'ordered_imports' => true,
0 commit comments