Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a786b5a

Browse files
committed
revert typo fix
1 parent 8175248 commit a786b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ private function createChoiceListView(ChoiceListInterface $choiceList, array $op
521521
* "choice_label" closure by default.
522522
*
523523
* @param array|\Traversable $choices The choice labels indexed by choices
524-
* @param object $choiceLabels the object that receives the choice labels
524+
* @param object $choiceLabels The object that receives the choice labels
525525
* indexed by generated keys
526526
* @param int $nextKey The next generated key
527527
*

0 commit comments

Comments
 (0)