revert typo fix

This commit is contained in:
Fabien Potencier 2017-03-01 06:59:13 -08:00
parent 817524889c
commit a786b5aaaf

View File

@ -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
*