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 8e08ae3 commit 14a6defCopy full SHA for 14a6def
Context/ExecutionContextInterface.php
@@ -88,7 +88,7 @@ public function buildViolation($message, array $parameters = array());
88
* {
89
* $validator = $this->context->getValidator();
90
*
91
- * $violations = $validator->validateValue($value, new Length(array('min' => 3)));
+ * $violations = $validator->validate($value, new Length(array('min' => 3)));
92
93
* if (count($violations) > 0) {
94
* // ...
0 commit comments