Closed
Description
Symfony version(s) affected: 5.x
Too few arguments to function Symfony\Component\Validator\Constraints\IsinValidator::__construct(), 0 passed in /vendor/symfony/validator/ContainerConstraintValidatorFactory.php on line 52 and exactly 1 expected
How to reproduce
use https://symfony.com/doc/5.2/reference/constraints/Isin.html
Possible Solution
Isin is the only validator that has a dependency on another validator and it's not injected.