[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
1 changed files with 0 additions and 6 deletions

View File

@ -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 = [])