diff --git a/src/Config.php b/src/Config.php index 7bcd495..c4d6456 100644 --- a/src/Config.php +++ b/src/Config.php @@ -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', ], ];