Skip to content

Commit cc97889

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: [Messenger] fix broken link to Validator component
2 parents 867ca26 + 49bbf15 commit cc97889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2115,7 +2115,7 @@ original request context (i.e. the host, the HTTP port, etc.) which is needed
21152115
when building absolute URLs.
21162116

21172117
Add the ``validation`` middleware if you need to validate the message
2118-
object using the :doc:`Validator component <validator>` before handling it.
2118+
object using the :doc:`Validator component </components/validator>` before handling it.
21192119
If validation fails, a ``ValidationFailedException`` will be thrown. The
21202120
:class:`Symfony\\Component\\Messenger\\Stamp\\ValidationStamp` can be used
21212121
to configure the validation groups.

0 commit comments

Comments
 (0)