Skip to content

Commit 6483442

Browse files
Enhancement: Enable and configure increment_style fixer
Co-authored-by: Andreas Möller <[email protected]> Co-authored-by: Mathias Reker <[email protected]>
1 parent a0352f2 commit 6483442

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.php-cs-fixer.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
'spacing' => 'one',
2828
],
2929
'constant_case' => true,
30+
'increment_style' => [
31+
'style' => 'post',
32+
],
3033
'indentation_type' => true,
3134
'line_ending' => true,
3235
'no_extra_blank_lines' => true,

0 commit comments

Comments
 (0)