8000 minor #32949 [Form] remove leftover int child phpdoc (Tobion) · symfony/symfony@cf459e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit cf459e5

Browse files
committed
minor #32949 [Form] remove leftover int child phpdoc (Tobion)
This PR was merged into the 3.4 branch. Discussion ---------- [Form] remove leftover int child phpdoc | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | | License | MIT | Doc PR | Fix leftover from #32828 Commits ------- 4cd60d6 [Form] remove leftover int child phpdoc
2 parents 2f97ab1 + 4cd60d6 commit cf459e5

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