Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Commit

Permalink
Switch to alpha ordered imports
Browse files Browse the repository at this point in the history
  • Loading branch information
arubacao committed Sep 19, 2019
1 parent d8ce076 commit 832c2b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Laravel.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public function __construct()
'not_operator_with_successor_space' => true,
'object_operator_without_whitespace' => true,
'ordered_imports' => [
'sort_algorithm' => 'length',
'sort_algorithm' => 'alpha',
],
'phpdoc_indent' => true,
'phpdoc_inline_tag' => true,
Expand Down
2 changes: 1 addition & 1 deletion src/Recommended.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public function __construct()
'normalize_index_brace' => true,
'object_operator_without_whitespace' => true,
'ordered_imports' => [
'sortAlgorithm' => 'alpha',
'sort_algorithm' => 'alpha',
],
'phpdoc_align' => true,
'phpdoc_indent' => true,
Expand Down

0 comments on commit 832c2b4

Please sign in to comment.