8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da88e6b commit 4864e9dCopy full SHA for 4864e9d
.php_cs.dist
@@ -6,6 +6,7 @@ return PhpCsFixer\Config::create()
6
'@Symfony:risky' => true,
7
'array_syntax' => array('syntax' => 'long'),
8
'no_unreachable_default_argument_value' => false,
9
+ 'braces' => array('allow_single_line_closure' => true),
10
'heredoc_to_nowdoc' => false,
11
))
12
->setRiskyAllowed(true)
0 commit comments