Skip to content

Commit

Permalink
Add no_unneeded_import_alias rule (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiodekker authored Jan 16, 2025
1 parent f606d0b commit df4438b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/presets/laravel.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
'statements' => ['break', 'clone', 'continue', 'echo_print', 'return', 'switch_case', 'yield'],
],
'no_unneeded_braces' => true,
'no_unneeded_import_alias' => true,
'no_unreachable_default_argument_value' => true,
'no_unset_cast' => true,
'no_unused_imports' => true,
Expand Down

0 comments on commit df4438b

Please sign in to comment.