Skip to content

Commit 68cdc60

Browse files
Merge branch '6.4' into 7.2
* 6.4: [Routing] Add test to validate that default value is allowed to not match requirement fix handling required options Fix @var phpdoc [Lock] [MongoDB] Enforce readPreference=primary and writeConcern=majority [FrameworkBundle] fix phpdoc in `MicroKernelTrait` Fixed validator translations for Albanian
2 parents 0fc8446 + 09c9677 commit 68cdc60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/FormExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ private function createFieldChoicesList(iterable $choices, string|false|null $tr
155155
continue;
156156
}
157157

158-
/* @var ChoiceView $choice */
158+
/** @var ChoiceView $choice */
159159
$translatableLabel = $this->createFieldTranslation($choice->label, $choice->labelTranslationParameters, $translationDomain);
160160
yield $translatableLabel => $choice->value;
161161
}

0 commit comments

Comments
 (0)