Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8b422db

Browse files
committed
code style fix
1 parent 75e49bc commit 8b422db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/ChoiceList/Factory/DefaultChoiceListFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ private static function addChoiceViewGroupedBy($groupBy, $choice, $value, $label
221221
return;
222222
}
223223

224-
$groupLabels = is_array($groupLabels) ? array_map('strval', $groupLabels) : [(string) $groupLabels];
224+
$groupLabels = \is_array($groupLabels) ? \array_map('strval', $groupLabels) : [(string) $groupLabels];
225225

226226
foreach ($groupLabels as $groupLabel) {
227227
// Initialize the group views if necessary. Unnecessarily built group

0 commit comments

Comments
 (0)