Skip to content

Commit 1ae60f8

Browse files
committed
minor #21073 Update custom_constraint.rst (pmoradei)
This PR was submitted for the 7.3 branch but it was merged into the 6.4 branch instead. Discussion ---------- Update custom_constraint.rst grammar fix <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `7.x` for features of unreleased versions). --> Commits ------- 4ac67ef Update custom_constraint.rst
2 parents 784afc8 + 4ac67ef commit 1ae60f8

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
@@ -328,7 +328,7 @@ define those options as public properties on the constraint class::
328328
}
329329

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

333333
class FooValidator extends ConstraintValidator
334334
{

0 commit comments

Comments
 (0)