diff --git a/.php_cs.dist b/.php_cs.dist index a9f928d1eb..8398c43712 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -19,6 +19,8 @@ return PhpCsFixer\Config::create() 'self_accessor' => false, // Part of @Symfony:risky in PHP-CS-Fixer 2.13.0. To be removed from the config file once upgrading 'native_function_invocation' => array('include' => array('@compiler_optimized'), 'scope' => 'namespaced'), + // Part of future @Symfony ruleset in PHP-CS-Fixer To be removed from the config file once upgrading + 'phpdoc_types_order' => array('null_adjustment' => 'always_last', 'sort_algorithm' => 'none'), )) ->setRiskyAllowed(true) ->setFinder(