diff --git a/components/console/helpers/dialoghelper.rst b/components/console/helpers/dialoghelper.rst index eb819d2d96e..1d1215236f1 100644 --- a/components/console/helpers/dialoghelper.rst +++ b/components/console/helpers/dialoghelper.rst @@ -231,7 +231,7 @@ this set the seventh argument to ``true``:: $selectedColors = array_map(function($c) use ($colors) { return $colors[$c]; - }, $selected) + }, $selected); $output->writeln('You have just selected: ' . implode(', ', $selectedColors));