[Form] Fix @method annotation

This commit is contained in:
Roland Franssen 2018-10-18 15:30:07 +02:00 committed by Fabien Potencier
parent dd432c4f1e
commit 13f0db718e

View File

@ -16,7 +16,7 @@ use Symfony\Component\OptionsResolver\OptionsResolver;
/**
* @author Bernhard Schussek <bschussek@gmail.com>
*
* @method getExtendedTypes(): iterable
* @method static iterable getExtendedTypes() Gets the extended types - not implementing it is deprecated since Symfony 4.2
*/
interface FormTypeExtensionInterface
{