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 1da0f92 commit cccf266Copy full SHA for cccf266
.php_cs.dist
@@ -26,6 +26,7 @@ $config
26
'trailing_comma_in_multiline_array' => false,
27
'simplified_null_return' => false,
28
'yoda_style' => null,
29
+ 'increment_style' => false,
30
))
31
->setFinder($finder)
32
;
0 commit comments