1
0
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:
Andreas Möller
2023-12-07 11:42:51 +01:00
committed by Derick Rethans
parent 45d49c7e95
commit 384f1dbc0a

View File

@@ -51,6 +51,7 @@ $config
],
'strict_param' => true,
'switch_case_space' => true,
'ternary_operator_spaces' => true,
'trailing_comma_in_multiline' => [
'elements' => [
'arguments',