From 4cd60d61cc116eb5087805215d9b4a204499bfea Mon Sep 17 00:00:00 2001 From: Tobias Schultze Date: Mon, 5 Aug 2019 14:35:29 +0200 Subject: [PATCH] [Form] remove leftover int child phpdoc --- src/Symfony/Component/Form/Button.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Symfony/Component/Form/Button.php b/src/Symfony/Component/Form/Button.php index ed1106b467a21..50acb8db0c6e8 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 @@ public function getParent() * * 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 = [])