Skip to content

Commit 0dd4966

Browse files
committed
Enhancement: Enable method_argument_space fixer
1 parent d1bf270 commit 0dd4966

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php-cs-fixer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
'constant_case' => true,
2424
'indentation_type' => true,
2525
'line_ending' => true,
26+
'method_argument_space' => true,
2627
'no_extra_blank_lines' => true,
2728
'no_trailing_whitespace' => true,
2829
'ordered_class_elements' => true,

0 commit comments

Comments
 (0)