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.
2 parents e14747c + b9ae8e4 commit 51c0f05Copy full SHA for 51c0f05
components/console/helpers/dialoghelper.rst
@@ -231,7 +231,7 @@ this set the seventh argument to ``true``::
231
232
$selectedColors = array_map(function($c) use ($colors) {
233
return $colors[$c];
234
- }, $selected)
+ }, $selected);
235
236
$output->writeln('You have just selected: ' . implode(', ', $selectedColors));
237
0 commit comments