From b80ce9ad186792bcb2b0b8414b529aff7ead67eb Mon Sep 17 00:00:00 2001 From: Tobias Schultze Date: Wed, 26 Jun 2019 00:51:39 +0200 Subject: [PATCH] [Form] remove comment about to-be-removed method as it is used in master by ButtonBuilder --- src/Symfony/Component/Form/FormConfigBuilder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Form/FormConfigBuilder.php b/src/Symfony/Component/Form/FormConfigBuilder.php index 74fa35a3d3..09d4dd549c 100644 --- a/src/Symfony/Component/Form/FormConfigBuilder.php +++ b/src/Symfony/Component/Form/FormConfigBuilder.php @@ -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) {