Skip to content

Commit 09c9677

Browse files
committed
Fix @var phpdoc
1 parent cd2e033 commit 09c9677

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
@@ -157,7 +157,7 @@ private function createFieldChoicesList(iterable $choices, string|false|null $tr
157157
continue;
158158
}
159159

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

0 commit comments

Comments
 (0)