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:
committed by
Derick Rethans
parent
5542743d86
commit
2e6238f18a
@@ -57,6 +57,8 @@ $config
|
||||
'elements' => [
|
||||
'arguments',
|
||||
'arrays',
|
||||
'match',
|
||||
'parameters',
|
||||
],
|
||||
],
|
||||
'trim_array_spaces' => true,
|
||||
|
||||
Reference in New Issue
Block a user