Skip to content

Commit

Permalink
[Form] remove leftover int child phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobion committed Aug 5, 2019
1 parent 1470e74 commit 9619a70
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Button.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down Expand Up @@ -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 = [])
Expand Down

0 comments on commit 9619a70

Please sign in to comment.