Skip to content

Commit

Permalink
[TASK] Adjust trailing_comma_in_multiline settings
Browse files Browse the repository at this point in the history
  • Loading branch information
hojalatheef committed Oct 21, 2024
1 parent f913309 commit 543e562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/cgl/.php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
'single_line_comment_style' => ['comment_types' => ['hash']],
// @todo: Can be dropped once we enable @PER-CS2.0
'single_line_empty_body' => true,
'trailing_comma_in_multiline' => ['elements' => ['arguments', 'arrays', 'match', 'parameters']],
'trailing_comma_in_multiline' => ['elements' => ['arrays']],
'whitespace_after_comma_in_array' => ['ensure_single_space' => true],
'yoda_style' => ['equal' => false, 'identical' => false, 'less_and_greater' => false],

Expand Down

0 comments on commit 543e562

Please sign in to comment.