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 c732122 commit 3349d3cCopy full SHA for 3349d3c
src/Symfony/Component/Console/Question/ChoiceQuestion.php
@@ -169,7 +169,7 @@ private function getDefaultValidator(): callable
169
throw new InvalidArgumentException(sprintf($errorMessage, $value));
170
}
171
172
- $multiselectChoices[] = (string) $result;
+ $multiselectChoices[] = $result;
173
174
175
if ($multiselect) {
0 commit comments