mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Enhancement: Enable ternary_operator_spaces fixer
This commit is contained in:
committed by
Derick Rethans
parent
45d49c7e95
commit
384f1dbc0a
@@ -51,6 +51,7 @@ $config
|
||||
],
|
||||
'strict_param' => true,
|
||||
'switch_case_space' => true,
|
||||
'ternary_operator_spaces' => true,
|
||||
'trailing_comma_in_multiline' => [
|
||||
'elements' => [
|
||||
'arguments',
|
||||
|
||||
Reference in New Issue
Block a user