We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 585d3b6 commit 405b05cCopy full SHA for 405b05c
.php_cs
@@ -17,7 +17,7 @@ return PhpCsFixer\Config::create()
17
->setRules([
18
'@PSR2' => true,
19
'array_syntax' => ['syntax' => 'short'],
20
- 'ordered_imports' => ['sortAlgorithm' => 'alpha'],
+ 'ordered_imports' => ['sortAlgorithm' => 'length'],
21
'no_unused_imports' => true,
22
'not_operator_with_successor_space' => true,
23
'trailing_comma_in_multiline_array' => true,
0 commit comments