From fe384796a4cc0d43ec7b9ebf5594246767643804 Mon Sep 17 00:00:00 2001 From: Hoja Mustaffa Abdul Latheef Date: Mon, 21 Oct 2024 11:16:51 +0200 Subject: [PATCH] [TASK] Adjust trailing_comma_in_multiline settings --- Build/cgl/.php-cs-fixer.dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/cgl/.php-cs-fixer.dist.php b/Build/cgl/.php-cs-fixer.dist.php index ee7802f..43584a7 100644 --- a/Build/cgl/.php-cs-fixer.dist.php +++ b/Build/cgl/.php-cs-fixer.dist.php @@ -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],