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 e0197a6 commit 3a565faCopy full SHA for 3a565fa
.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,
@@ -27,6 +28,7 @@ $config
27
28
'yoda_style' => false,
29
'phpdoc_types_order' => array('null_adjustment' => 'none', 'sort_algorithm' => 'none'),
30
))
31
+ ->setRiskyAllowed(true)
32
->setFinder($finder)
33
;
34
0 commit comments