Skip to content

Commit

Permalink
tweaked php cs fixer configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jan 4, 2017
1 parent da88e6b commit 4864e9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php_cs.dist
Expand Up @@ -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)
Expand Down

0 comments on commit 4864e9d

Please sign in to comment.