Skip to content

Commit dfa5e05

Browse files
Merge branch '7.2' into 7.3
* 7.2: [DoctrineBridge] Prevent idle connection listener from running on subrequests [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 6cacc24 + 68cdc60 commit dfa5e05

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
@@ -161,7 +161,7 @@ private function createFieldChoicesList(iterable $choices, string|false|null $tr
161161
continue;
162162
}
163163

164-
/* @var ChoiceView $choice */
164+
/** @var ChoiceView $choice */
165165
$translatableLabel = $this->createFieldTranslation($choice->label, $choice->labelTranslationParameters, $translationDomain);
166166
yield $translatableLabel => $choice->value;
167167
}

0 commit comments

Comments
 (0)