diff --git a/config/php-cs-fixer.php b/config/php-cs-fixer.php index bc449156..b5b27a68 100644 --- a/config/php-cs-fixer.php +++ b/config/php-cs-fixer.php @@ -20,7 +20,7 @@ '@PHPUnit84Migration:risky' => true, // overwrite the PER2 defaults to restore compatibility with PHP 7.x - 'trailing_comma_in_multiline' => ['elements' => ['arrays', 'match']], + 'trailing_comma_in_multiline' => ['elements' => ['arrays']], 'php_unit_construct' => true, 'php_unit_dedicate_assert' => ['target' => 'newest'],