8000 [Form] Fixed typo in phpdoc · alexfilatov/symfony@9568571 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9568571

Browse files
Fabien Pennequinfabpot
authored andcommitted
[Form] Fixed typo in phpdoc
1 parent c392f25 commit 9568571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/ChoiceField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public function isExpanded()
135135
/**
136136
* Returns a new field of type radio button or checkbox.
137137
*
138-
* @param string $key The key for the option
138+
* @param string $choice The key for the option
139139
* @param string $label The label for the option
140140
*/
141141
protected function newChoiceField($choice, $label)

0 commit comments

Comments
 (0)
0