Skip to content

Commit 51c0f05

Browse files
committed
Merge pull request #2950 from cridoret/fix-typo-dialoghelper-multiselect
Fix typo in dialoghelper multiselect code example
2 parents e14747c + b9ae8e4 commit 51c0f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/console/helpers/dialoghelper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ this set the seventh argument to ``true``::
231231

232232
$selectedColors = array_map(function($c) use ($colors) {
233233
return $colors[$c];
234-
}, $selected)
234+
}, $selected);
235235

236236
$output->writeln('You have just selected: ' . implode(', ', $selectedColors));
237237

0 commit comments

Comments
 (0)