Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aaea4b0

Browse files
committed
minor #32177 [Form] remove comment about to-be-removed method (Tobion)
This PR was merged into the 4.4 branch. Discussion ---------- [Form] remove comment about to-be-removed method | Q | A | ------------- | --- | Branch? | 4.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 | symfony/symfony-docs#... <!-- required for new features --> it is used in master by ButtonBuilder, see #32160 (comment) Commits ------- b80ce9a [Form] remove comment about to-be-removed method as it is used in master by ButtonBuilder
2 parents efaa154 + b80ce9a commit aaea4b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/FormConfigBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ public function getFormConfig()
772772
* @throws UnexpectedTypeException if the name is not a string or an integer
773773
* @throws InvalidArgumentException if the name contains invalid characters
774774
*
775-
* @internal since Symfony 4.4, to be removed in 5.0
775+
* @internal since Symfony 4.4
776776
*/
777777
public static function validateName($name)
778778
{

0 commit comments

Comments
 (0)