Skip to content

Commit 720aee2

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: Fix CS
2 parents 5fe54b8 + d3553e1 commit 720aee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ChoiceList/Factory/DefaultChoiceListFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function createListFromChoices(iterable $choices, callable $value = null,
4141
new CallbackChoiceLoader(static function () use ($choices) {
4242
return $choices;
4343
}
44-
), $filter), $value);
44+
), $filter), $value);
4545
}
4646

4747
return new ArrayChoiceList($choices, $value);

0 commit comments

Comments
 (0)