Update .php-cs-fixer.dist.php
parent
5c2500e7b3
commit
c883365a26
|
|
@ -26,6 +26,10 @@ return (new Config())
|
||||||
'no_unused_imports' => true,
|
'no_unused_imports' => true,
|
||||||
'no_whitespace_before_comma_in_array' => true,
|
'no_whitespace_before_comma_in_array' => true,
|
||||||
'object_operator_without_whitespace' => true,
|
'object_operator_without_whitespace' => true,
|
||||||
|
'ordered_imports' => [
|
||||||
|
'imports_order' => ['class', 'function', 'const'],
|
||||||
|
'sort_algorithm' => 'alpha',
|
||||||
|
],
|
||||||
'single_quote' => true,
|
'single_quote' => true,
|
||||||
'trailing_comma_in_multiline' => [
|
'trailing_comma_in_multiline' => [
|
||||||
'elements' => ['arrays'],
|
'elements' => ['arrays'],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue