There was an error while loading. Please reload this page.
1 parent fe26cfb commit 63bd717Copy full SHA for 63bd717
.php-cs-fixer.dist.php
@@ -168,6 +168,7 @@
168
'no_unneeded_control_parentheses' => true,
169
'no_unneeded_curly_braces' => true,
170
'no_unneeded_final_method' => true,
171
+ 'no_unneeded_import_alias' => true,
172
'no_unreachable_default_argument_value' => true,
173
'no_unset_cast' => true,
174
'no_unset_on_property' => true,
0 commit comments