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 https://github.com/symfony/symfony/pull/32160#issuecomment-505220078

Commits
-------

b80ce9ad18 [Form] remove comment about to-be-removed method as it is used in master by ButtonBuilder
This commit is contained in:
Fabien Potencier 2019-06-26 08:52:00 +02:00
commit aaea4b0889
1 changed files with 1 additions and 1 deletions

View File

@ -772,7 +772,7 @@ class FormConfigBuilder implements FormConfigBuilderInterface
* @throws UnexpectedTypeException if the name is not a string or an integer
* @throws InvalidArgumentException if the name contains invalid characters
*
* @internal since Symfony 4.4, to be removed in 5.0
* @internal since Symfony 4.4
*/
public static function validateName($name)
{