We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba03180 commit 0d168d2Copy full SHA for 0d168d2
1 file changed
.php-cs-fixer.dist.php
@@ -12,7 +12,8 @@
12
->setRiskyAllowed(true)
13
->setRules([
14
'@Symfony' => true,
15
- 'single_line_throw' => false,
+ 'single_line_throw' => false,
16
+ 'trailing_comma_in_multiline' => false, // for methods this is incompatible with PHP 7
17
])
18
->setFinder($finder)
19
;
0 commit comments