Skip to content

Commit

Permalink
Enhancement: Enable method_argument_space fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 5, 2023
1 parent 48a8964 commit e012211
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
],
'indentation_type' => true,
'line_ending' => true,
'method_argument_space' => true,
'new_with_braces' => true,
'no_extra_blank_lines' => true,
'no_trailing_whitespace' => true,
Expand Down

0 comments on commit e012211

Please sign in to comment.