Merge branch '2.8' into 3.1

* 2.8:
  tweaked php cs fixer configuration
This commit is contained in:
Fabien Potencier 2017-01-04 14:01:15 -08:00
commit 2904201ec6
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ return PhpCsFixer\Config::create()
'@Symfony:risky' => true,
'array_syntax' => array('syntax' => 'long'),
'no_unreachable_default_argument_value' => false,
'braces' => array('allow_single_line_closure' => true),
'heredoc_to_nowdoc' => false,
))
->setRiskyAllowed(true)