diff --git a/src/Symfony/Component/Form/Button.php b/src/Symfony/Component/Form/Button.php index ed1106b467..50acb8db0c 100644 --- a/src/Symfony/Component/Form/Button.php +++ b/src/Symfony/Component/Form/Button.php @@ -38,8 +38,6 @@ class Button implements \IteratorAggregate, FormInterface /** * Creates a new button from a form configuration. - * - * @param FormConfigInterface $config The button's configuration */ public function __construct(FormConfigInterface $config) { @@ -128,10 +126,6 @@ class Button implements \IteratorAggregate, FormInterface * * This method should not be invoked. * - * @param int|string|FormInterface $child - * @param null $type - * @param array $options - * * @throws BadMethodCallException */ public function add($child, $type = null, array $options = [])