Skip to content

Commit 384f1db

Browse files
localheinzderickr
authored andcommitted
Enhancement: Enable ternary_operator_spaces fixer
1 parent 45d49c7 commit 384f1db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php-cs-fixer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
],
5252
'strict_param' => true,
5353
'switch_case_space' => true,
54+
'ternary_operator_spaces' => true,
5455
'trailing_comma_in_multiline' => [
5556
'elements' => [
5657
'arguments',

0 commit comments

Comments
 (0)