Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cf459e5

Browse filesBrowse 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
Copy full SHA for cf459e5

File tree

1 file changed

+0
-6
lines changed
Filter options

1 file changed

+0
-6
lines changed

‎src/Symfony/Component/Form/Button.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Button.php
-6Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.