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 dc87147 commit 6cf38d3Copy full SHA for 6cf38d3
components/console/helpers/dialoghelper.rst
@@ -236,7 +236,7 @@ this set the seventh argument to ``true``::
236
true // enable multiselect
237
);
238
239
- $selectedColors = array_map(function($c) use ($colors) {
+ $selectedColors = array_map(function ($c) use ($colors) {
240
return $colors[$c];
241
}, $selected);
242
0 commit comments