3 return PhpCsFixer\Config::create()
4 ->setRiskyAllowed(true)
7 '@Symfony:risky' => true,
11 'combine_consecutive_unsets' => true,
12 'heredoc_to_nowdoc' => true,
13 'no_extra_consecutive_blank_lines' => [
20 'parenthesis_brace_block',
24 'no_unreachable_default_argument_value' => true,
25 'no_useless_else' => true,
26 'no_useless_return' => true,
27 'ordered_class_elements' => true,
28 'ordered_imports' => true,
29 'php_unit_strict' => true,
30 'phpdoc_order' => true,
32 'strict_comparison' => true,
33 'strict_param' => true,
39 PhpCsFixer\Finder::create()