Skip to content

Commit 405b05c

Browse files
committed
length sort
1 parent 585d3b6 commit 405b05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php_cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ return PhpCsFixer\Config::create()
1717
->setRules([
1818
'@PSR2' => true,
1919
'array_syntax' => ['syntax' => 'short'],
20-
'ordered_imports' => ['sortAlgorithm' => 'alpha'],
20+
'ordered_imports' => ['sortAlgorithm' => 'length'],
2121
'no_unused_imports' => true,
2222
'not_operator_with_successor_space' => true,
2323
'trailing_comma_in_multiline_array' => true,

0 commit comments

Comments
 (0)