1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Enhancement: Add match and parameters to element option of trailing_comma_in_multiline fixer

This commit is contained in:
Andreas Möller
2023-12-07 08:55:43 +01:00
committed by Derick Rethans
parent 5542743d86
commit 2e6238f18a

View File

@@ -57,6 +57,8 @@ $config
'elements' => [
'arguments',
'arrays',
'match',
'parameters',
],
],
'trim_array_spaces' => true,