6
0
Fork 0

Update .php-cs-fixer.dist.php

release
李静 2021-11-18 11:16:26 +08:00
parent 5c2500e7b3
commit c883365a26
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@ return (new Config())
'no_unused_imports' => true,
'no_whitespace_before_comma_in_array' => true,
'object_operator_without_whitespace' => true,
'ordered_imports' => [
'imports_order' => ['class', 'function', 'const'],
'sort_algorithm' => 'alpha',
],
'single_quote' => true,
'trailing_comma_in_multiline' => [
'elements' => ['arrays'],