Skip to content

Commit 9a9006c

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: Update custom_constraint.rst
2 parents 10eb014 + 377e25c commit 9a9006c

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)