Skip to content

Commit 8ddf851

Browse files
committed
Merge branch '7.4' into 8.0
* 7.4: Update custom_constraint.rst
2 parents 2be401b + 53b3590 commit 8ddf851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation/custom_constraint.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ define those options as public properties on the constraint class::
323323
}
324324

325325
Then, inside the validator class you can access these options directly via the
326-
constraint class passes to the ``validate()`` method::
326+
constraint class passed to the ``validate()`` method::
327327

328328
class FooValidator extends ConstraintValidator
329329
{

0 commit comments

Comments
 (0)