.php_cs.dist - simplify config

This commit is contained in:
Dariusz 2017-09-12 00:23:36 +02:00
parent 687ad65d82
commit 4ea681e7d1
1 changed files with 0 additions and 3 deletions

View File

@ -9,9 +9,6 @@ return PhpCsFixer\Config::create()
'@Symfony' => true,
'@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)
->setFinder(