[Form] remove comment about to-be-removed method as it is used in master by ButtonBuilder

This commit is contained in:
Tobias Schultze 2019-06-26 00:51:39 +02:00
parent efaa154c74
commit b80ce9ad18
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)
{