8000 [Form] Fix @method annotation · symfony/symfony@13f0db7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 13f0db7

Browse files
ro0NLfabpot
authored andcommitted
[Form] Fix @method annotation
1 parent dd432c4 commit 13f0db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/FormTypeExtensionInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* @author Bernhard Schussek <bschussek@gmail.com>
1818
*
19-
* @method getExtendedTypes(): iterable
19+
* @method static iterable getExtendedTypes() Gets the extended types - not implementing it is deprecated since Symfony 4.2
2020
*/
2121
interface FormTypeExtensionInterface
2222
{

0 commit comments

Comments
 (0)
0