8000 Merge branch '2.7' into 2.8 · symfony/symfony@a9ed184 · GitHub
[go: up one dir, main page]

Skip to content

Commit a9ed184

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: tweaked php cs fixer configuration
2 parents fccb98c + 4864e9d commit a9ed184

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php_cs.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ return PhpCsFixer\Config::create()
66
'@Symfony:risky' => true,
77
'array_syntax' => array('syntax' => 'long'),
88
'no_unreachable_default_argument_value' => false,
9+
'braces' => array('allow_single_line_closure' => true),
910
'heredoc_to_nowdoc' => false,
1011
))
1112
->setRiskyAllowed(true)

0 commit comments

Comments
 (0)
0