Skip to content

Commit b908726

Browse files
committed
Enhancement: Enable no_alias_function fixer
1 parent 0ccb470 commit b908726

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.php_cs.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ $config
1414
'array_syntax' => array('syntax' => 'long'),
1515
'binary_operator_spaces' => false,
1616
'concat_space' => array('spacing' => 'one'),
17+
'no_alias_functions' => true,
1718
'no_useless_else' => true,
1819
'no_useless_return' => true,
1920
'ordered_imports' => true,
@@ -24,6 +25,7 @@ $config
2425
'simplified_null_return' => false,
2526
'trailing_comma_in_multiline_array' => false,
2627
))
28+
->setRiskyAllowed(true)
2729
->setFinder($finder)
2830
;
2931

0 commit comments

Comments
 (0)