Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit aaac9ec

Browse files
committed
changed rule
1 parent ff85904 commit aaac9ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ private function getSymfonyRules()
183183
'ternary_operator_spaces' => true,
184184
'trailing_comma_in_multiline_array' => true,
185185
'trim_array_spaces' => true,
186-
'unalign_double_arrow' => true,
186+
'unalign_double_arrow' => false,
187187
'unalign_equals' => true,
188188
'unary_operator_spaces' => true,
189189
'whitespace_after_comma_in_array' => true,

tests/ConfigTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ private function getSymfonyRules()
220220
'ternary_operator_spaces' => true,
221221
'trailing_comma_in_multiline_array' => true,
222222
'trim_array_spaces' => true,
223-
'unalign_double_arrow' => true,
223+
'unalign_double_arrow' => false,
224224
'unalign_equals' => true,
225225
'unary_operator_spaces' => true,
226226
'whitespace_after_comma_in_array' => true,

0 commit comments

Comments
 (0)