8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f97ab1 commit 4cd60d6Copy full SHA for 4cd60d6
src/Symfony/Component/Form/Button.php
@@ -38,8 +38,6 @@ class Button implements \IteratorAggregate, FormInterface
38
39
/**
40
* Creates a new button from a form configuration.
41
- *
42
- * @param FormConfigInterface $config The button's configuration
43
*/
44
public function __construct(FormConfigInterface $config)
45
{
@@ -128,10 +126,6 @@ public function getParent()
128
126
*
129
127
* This method should not be invoked.
130
131
- * @param int|string|FormInterface $child
132
- * @param null $type
133
- * @param array $options
134
135
* @throws BadMethodCallException
136
137
public function add($child, $type = null, array $options = [])
0 commit comments