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.
2 parents 2f97ab1 + 4cd60d6 commit cf459e5Copy full SHA for cf459e5
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