Skip to content

Commit

Permalink
Enhancement: Enable and configure trailing_comma_in_multiline fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 6, 2023
1 parent 4ac417b commit f07cfcb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@
],
'strict_param' => true,
'switch_case_space' => true,
'trailing_comma_in_multiline' => [
'elements' => [
'arguments',
'arrays',
],
],
'trim_array_spaces' => true,
'unary_operator_spaces' => true,
'visibility_required' => true,
Expand Down

0 comments on commit f07cfcb

Please sign in to comment.