8000 [Form] remove leftover int child phpdoc · symfony/symfony@4cd60d6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4cd60d6

Browse files
committed
[Form] remove leftover int child phpdoc
1 parent 2f97ab1 commit 4cd60d6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Symfony/Component/Form/Button.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ class Button implements \IteratorAggregate, FormInterface
3838

3939
/**
4040
* Creates a new button from a form configuration.
41-
*
42-
* @param FormConfigInterface $config The button's configuration
4341
*/
4442
public function __construct(FormConfigInterface $config)
4543
{
@@ -128,10 +126,6 @@ public function getParent()
128126
*
129127
* This method should not be invoked.
130128
*
131-
* @param int|string|FormInterface $child
132-
* @param null $type
133-
* @param array $options
134-
*
135129
* @throws BadMethodCallException
136130
*/
137131
public function add($child, $type = null, array $options = [])

0 commit comments

Comments
 (0)
0