[CS] Enable phpdoc_types_order

This commit is contained in:
Gabriel Caruso 2018-10-08 20:34:45 -03:00
parent c57e4e1abc
commit c340502766
No known key found for this signature in database
GPG Key ID: EA85C7988F5A6877
1 changed files with 2 additions and 0 deletions

View File

@ -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(