We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b62e5e commit 0bb157dCopy full SHA for 0bb157d
1 file changed
src/Form/Type/DoctrinePolymorphicCollectionType.php
@@ -66,7 +66,7 @@ protected function getEntityManager(array $options): EntityManagerInterface
66
throw new RuntimeException('Entity manager is required for DoctrinePolymorphicCollectionType, check documentation.');
67
}
68
69
- protected function configureResizeEventSubscriber(FormBuilderInterface $builder, array $options)
+ protected function configureResizeEventSubscriber(FormBuilderInterface $builder, array $options): void
70
{
71
$em = $this->getEntityManager($options);
72
$discriminator = new DoctrineNodeDiscriminator($em, $options['types_map'], $options['abstract_class'], $options['types_options'], $options['discriminator_field']);
0 commit comments