diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index eef770777..2a307cf44 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -9,8 +9,6 @@ return (new PhpCsFixer\Config()) ->setRules([ '@Symfony' => true, - 'ordered_imports' => true, - 'phpdoc_order' => true, 'nullable_type_declaration_for_default_null_value' => true, 'header_comment' => [ 'header' => <<