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 3b303a7 commit 5f8b13cCopy full SHA for 5f8b13c
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