Skip to content

Commit 63bd717

Browse files
localheinzsebastianbergmann
authored andcommitted
Enhancement: Enable no_unneeded_import_alias fixer
1 parent fe26cfb commit 63bd717

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@
168168
'no_unneeded_control_parentheses' => true,
169169
'no_unneeded_curly_braces' => true,
170170
'no_unneeded_final_method' => true,
171+
'no_unneeded_import_alias' => true,
171172
'no_unreachable_default_argument_value' => true,
172173
'no_unset_cast' => true,
173174
'no_unset_on_property' => true,

0 commit comments

Comments
 (0)