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

Skip to content

Commit b80ce9a

Browse files
committed
[Form] remove comment about to-be-removed method as it is used in master by ButtonBuilder
1 parent efaa154 commit b80ce9a

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)