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.
2 parents fc30d5b + 4ea681e commit cd83745Copy full SHA for cd83745
.php_cs.dist
@@ -9,9 +9,6 @@ return PhpCsFixer\Config::create()
9
'@Symfony' => true,
10
'@Symfony:risky' => true,
11
'array_syntax' => array('syntax' => 'long'),
12
- 'no_unreachable_default_argument_value' => false,
13
- 'braces' => array('allow_single_line_closure' => true),
14
- 'heredoc_to_nowdoc' => false,
15
))
16
->setRiskyAllowed(true)
17
->setFinder(
0 commit comments