From c340502766507a56ca60c244e7482b8c69a3fc90 Mon Sep 17 00:00:00 2001 From: Gabriel Caruso Date: Mon, 8 Oct 2018 20:34:45 -0300 Subject: [PATCH] [CS] Enable phpdoc_types_order --- .php_cs.dist | 2 ++ 1 file changed, 2 insertions(+) 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(