Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4864e9d

Browse files
committed
tweaked php cs fixer configuration
1 parent da88e6b commit 4864e9d

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)