Skip to content

Commit 377e25c

Browse files
committed
Merge branch '6.4' into 7.2
* 6.4: Update custom_constraint.rst
2 parents 0e82348 + 1ae60f8 commit 377e25c

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
@@ -320,7 +320,7 @@ define those options as public properties on the constraint class::
320320
}
321321

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

325325
class FooValidator extends ConstraintValidator
326326
{

0 commit comments

Comments
 (0)