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
Symfony\Component\Validator\Constraints\All have not protection from send array into it and throw php error.
Also if I try use with
Symfony\Component\Validator\Constraints\Choose(array('',
new Symfony\Component\Validator\Constraints\All()))
This nesting just not working if I send array into it.