diff --git a/src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php b/src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php index 489d5d77d7..b4b820ef26 100644 --- a/src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php +++ b/src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php @@ -521,7 +521,7 @@ class ChoiceType extends AbstractType * "choice_label" closure by default. * * @param array|\Traversable $choices The choice labels indexed by choices - * @param object $choiceLabels the object that receives the choice labels + * @param object $choiceLabels The object that receives the choice labels * indexed by generated keys * @param int $nextKey The next generated key *