We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c57e4e1 commit c340502Copy full SHA for c340502
.php_cs.dist
@@ -19,6 +19,8 @@ return PhpCsFixer\Config::create()
19
'self_accessor' => false,
20
// Part of @Symfony:risky in PHP-CS-Fixer 2.13.0. To be removed from the config file once upgrading
21
'native_function_invocation' => array('include' => array('@compiler_optimized'), 'scope' => 'namespaced'),
22
+ // Part of future @Symfony ruleset in PHP-CS-Fixer To be removed from the config file once upgrading
23
+ 'phpdoc_types_order' => array('null_adjustment' => 'always_last', 'sort_algorithm' => 'none'),
24
))
25
->setRiskyAllowed(true)
26
->setFinder(
0 commit comments