Skip to content

Commit cccf266

Browse files
committed
override new phpcs rule
1 parent 1da0f92 commit cccf266

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)