Skip to content

Commit

Permalink
Remove undefined option
Browse files Browse the repository at this point in the history
  • Loading branch information
h1karo committed Dec 2, 2023
1 parent f3d0043 commit f85e354
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ protected function getDefaultRules(): array
'ordered_imports' => [
'sort_algorithm' => 'alpha',
'imports_order' => ['class', 'function', 'const'],
'null_adjustment' => 'always_last',
],
'ordered_types' => [
'sort_algorithm' => 'alpha',
Expand Down

0 comments on commit f85e354

Please sign in to comment.