You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 2.8, the entry_type parameter in the collection type form accepts the old normal strings like 'email' (according to the docs) but this is not how forms work going forward (3.0) in other usages. Shouldn't it require the FQCN 'Symfony\Component\Form\Extension\Core\Type\TextareaType'