Skip to content

Commit dc59b1f

Browse files
ro0NLfabpot
authored andcommitted
[Form] Fix @method annotation
1 parent 8743faf commit dc59b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)