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 Aug 22, 2022
1 parent 1ebc2c4 commit 8d02eae
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 @@ -35,6 +35,12 @@
'single_space_after_construct' => true,
'strict_param' => true,
'switch_case_space' => true,
'trailing_comma_in_multiline' => [
'elements' => [
'arguments',
'arrays',
],
],
'trim_array_spaces' => true,
'visibility_required' => true,
'whitespace_after_comma_in_array' => true,
Expand Down

0 comments on commit 8d02eae

Please sign in to comment.