We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 317a561 commit 8fbed8eCopy full SHA for 8fbed8e
Constraints/ValidValidator.php
@@ -33,6 +33,6 @@ public function validate($value, Constraint $constraint)
33
$this->context
34
->getValidator()
35
->inContext($this->context)
36
- ->validate($value, null, [$this->context->getGroup()]);
+ ->validate($value, null, $this->context->getGroup());
37
}
38
0 commit comments