Skip to content

Commit

Permalink
Merge 8e9380c into dcf75a9
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed Jan 16, 2019
2 parents dcf75a9 + 8e9380c commit 54e643d
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ public function buildForm(FormBuilderInterface $builder, array $options): void
/**
* {@inheritdoc}
*/
public static function getExtendedTypes(): iterable
{
yield FormType::class;
}

/**
* @deprecated to be removed when Symfony 4.1 and older are no longer supported
*/
public function getExtendedType(): string
{
return FormType::class;
Expand Down

0 comments on commit 54e643d

Please sign in to comment.