Skip to content

Commit b653b5c

Browse files
authored
fix ecs configuration (#126)
1 parent b483eec commit b653b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
]]);
2020

2121
$services->set(BinaryOperatorSpacesFixer::class)->call('configure', [[
22-
'align_double_arrow' => true,
22+
'operators' => ['=>' => 'align'],
2323
]]);
2424
};

0 commit comments

Comments
 (0)