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
Return value must be of type Symfony\Component\Form\FormError|Symfony\Component\Form\FormErrorIterator, bool returned
How to reproduce
Aside note: my project is an API
Inside a project create a Form and send to it an invalid data with a POST request so the error bad will be filled and the $form->getErrors(true) should not be empty.