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.
2 parents aeeb3c8 + 5f8b13c commit dde6919Copy full SHA for dde6919
cookbook/validation/custom_constraint.rst
@@ -69,7 +69,6 @@ The validator class is also simple, and only has one required method ``validate(
69
$this->context->buildViolation($constraint->message)
70
->setParameter('%string%', $value)
71
->addViolation();
72
- );
73
74
// If you're using the old 2.4 validation API
75
/*
0 commit comments