From 3790e80f91b983fd8a6dbabc2e892d3b08aaf88b Mon Sep 17 00:00:00 2001 From: Yuta Nagamiya Date: Fri, 19 Mar 2021 01:11:32 +0900 Subject: [PATCH] Change sort_algorithm --- .php_cs.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.php_cs.dist b/.php_cs.dist index 8bc7ddc..2fa2632 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -15,7 +15,7 @@ return PhpCsFixer\Config::create() 'no_extra_blank_lines' => true, 'no_superfluous_phpdoc_tags' => ['allow_mixed' => true, 'allow_unused_params' => true], 'no_unused_imports' => true, - 'ordered_imports' => ['imports_order' => ['class', 'function', 'const'], 'sort_algorithm' => 'none'], + 'ordered_imports' => ['imports_order' => ['class', 'function', 'const'], 'sort_algorithm' => 'alpha'], 'phpdoc_scalar' => true, 'phpdoc_align' => ['tags' => ['param']], 'phpdoc_order' => true,