We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926081c commit d3553e1Copy full SHA for d3553e1
ChoiceList/Factory/DefaultChoiceListFactory.php
@@ -41,7 +41,7 @@ public function createListFromChoices(iterable $choices, callable $value = null,
41
new CallbackChoiceLoader(static function () use ($choices) {
42
return $choices;
43
}
44
- ), $filter), $value);
+ ), $filter), $value);
45
46
47
return new ArrayChoiceList($choices, $value);
0 commit comments