diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index 02aad73f..23b9bbd4 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -53,10 +53,6 @@ 'no_useless_else' => true, 'nullable_type_declaration_for_default_null_value' => true, 'operator_linebreak' => true, - 'ordered_imports' => [ - 'sort_algorithm' => 'alpha', - 'imports_order' => ['class', 'function', 'const'], - ], 'php_unit_test_case_static_method_calls' => true, 'phpdoc_add_missing_param_annotation' => true, 'phpdoc_no_empty_return' => true,