-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Description
There is a Composite Constraint
https://api.symfony.com/4.1/Symfony/Component/Validator/Constraints/Composite.html
but it completely lacks documentation. Does it allow for constructing logical alternative of other constraints? Like @Composite({@LessThan(4), @GreaterThan(8)})
? Or is it designed for something entirely different?
soubrunorocha