Skip to content

Commit 4b3ab36

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: [Form] Update choice_loader.rst.inc
2 parents 588b375 + d10e121 commit 4b3ab36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/forms/types/options/choice_loader.rst.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ better performance::
4242

4343
class ConstantsType extends AbstractType
4444
{
45-
public static function getExtendedTypes(): iterable
45+
public function getParent(): string
4646
{
47-
return [ChoiceType::class];
47+
return ChoiceType::class;
4848
}
4949

5050
public function configureOptions(OptionsResolver $resolver)

0 commit comments

Comments
 (0)