[Form] remove leftover int child phpdoc

This commit is contained in:
Tobias Schultze 2019-08-05 14:35:29 +02:00
parent 2f97ab1643
commit 4cd60d61cc

View File

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