Skip to content

Commit 2cb10d8

Browse files
committed
minor #9978 [Validation] Added internal link (sir-kain)
This PR was squashed before being merged into the 2.8 branch (closes #9978). Discussion ---------- [Validation] Added internal link <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap 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 `master` for features of unreleased versions). --> Adding the link to the API corresponding to the text "the API documentation for the constraint " Commits ------- 5c8c076 [Validation] Added internal link
2 parents b16522c + 5c8c076 commit 2cb10d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ options can be specified in this way.
477477
This is purely meant to make the configuration of the most common option of
478478
a constraint shorter and quicker.
479479

480-
If you're ever unsure of how to specify an option, either check the API documentation
480+
If you're ever unsure of how to specify an option, either check :namespace:`Symfony\\Component\\Validator\\Constraints`
481481
for the constraint or play it safe by always passing in an array of options
482482
(the first method shown above).
483483

0 commit comments

Comments
 (0)