Skip to content

Commit

Permalink
Make use alpha sort algorithm in phpdoc types order
Browse files Browse the repository at this point in the history
  • Loading branch information
h1karo committed Dec 2, 2023
1 parent f85e354 commit dd0f4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ protected function getDefaultRules(): array
'ignored_tags' => ['todo', 'noinspection', 'psalm-suppress'],
],
'phpdoc_types_order' => [
'sort_algorithm' => 'none',
'sort_algorithm' => 'alpha',
'null_adjustment' => 'always_last',
],
];
Expand Down

0 comments on commit dd0f4fc

Please sign in to comment.