Author: Andreas Möller (localheinz) Committer: Derick Rethans (derickr) Date: 2023-12-07T11:45:47Z
Commit: https://github.com/php/web-php/commit/2e6238f18ac28e9b49d6a97797405496753ad1fc Raw diff: https://github.com/php/web-php/commit/2e6238f18ac28e9b49d6a97797405496753ad1fc.diff Enhancement: Add match and parameters to element option of trailing_comma_in_multiline fixer Changed paths: M .php-cs-fixer.php Diff: diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index a7729a2f8f..d51f4843dc 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -57,6 +57,8 @@ 'elements' => [ 'arguments', 'arrays', + 'match', + 'parameters', ], ], 'trim_array_spaces' => true, -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php