Closed
Description
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.