Skip to content

Commit dcff3ad

Browse files
mathrocbighappyface
authored andcommitted
override new phpcs rule (#465)
1 parent 1da0f92 commit dcff3ad

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
@@ -26,6 +26,7 @@ $config
2626
'trailing_comma_in_multiline_array' => false,
2727
'simplified_null_return' => false,
2828
'yoda_style' => null,
29+
'increment_style' => false,
2930
))
3031
->setFinder($finder)
3132
;

0 commit comments

Comments
 (0)