[Form] Fixed typo in phpdoc

This commit is contained in:
Fabien Pennequin 2011-01-26 09:55:53 +01:00 committed by Fabien Potencier
parent c392f2518d
commit 956857119b

View File

@ -135,7 +135,7 @@ class ChoiceField extends HybridField
/**
* Returns a new field of type radio button or checkbox.
*
* @param string $key The key for the option
* @param string $choice The key for the option
* @param string $label The label for the option
*/
protected function newChoiceField($choice, $label)