tweaked PHP CS Fixer rules

This commit is contained in:
Fabien Potencier
2017-01-04 14:05:59 -08:00
parent 4528cc717d
commit cfd709b16e
+1
View File
@@ -7,6 +7,7 @@ return PhpCsFixer\Config::create()
'array_syntax' => array('syntax' => 'long'),
'php_unit_fqcn_annotation' => false,
'no_unreachable_default_argument_value' => false,
'braces' => array('allow_single_line_closure' => true),
'heredoc_to_nowdoc' => false,
))
->setRiskyAllowed(true)