Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 66c196d

Browse files
GuillaumeSTEINgilles-g
authored andcommitted
Fix Symfony 4.2 deprecation (#304)
1 parent 7076c1f commit 66c196d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Filter/Form/FilterTypeExtension.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ public function configureOptions(OptionsResolver $resolver)
4141
}
4242

4343
/**
44-
* {@inheritdoc}
44+
* @return iterable
4545
*/
46-
public function getExtendedType()
46+
public static function getExtendedTypes()
4747
{
48-
return FormType::class;
48+
return [FormType::class];
4949
}
5050
}

0 commit comments

Comments
 (0)