Skip to content

Commit 7898741

Browse files
committed
Enhancement: Enable no_alias_functions fixer
1 parent 0107607 commit 7898741

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php_cs.dist

Lines changed: 1 addition & 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,

0 commit comments

Comments
 (0)