We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd3f803 commit f47dc1bCopy full SHA for f47dc1b
messenger.rst
@@ -2295,8 +2295,10 @@ when building absolute URLs.
2295
2296
2297
Add the ``validation`` middleware if you need to validate the message object before handling it.
2298
-Internally it uses the Symfony's validator. If validation fails, a ``ValidationFailedException``
2299
-will be thrown that you can catch and read errors from.
+Internally it uses the Symfony's validator. The :class:`Symfony\\Component\\Messenger\\Stamp\\ValidationStamp` should
+be used to configure the validation groups. If validation fails,
2300
+a ``ValidationFailedException`` will be thrown that you can catch
2301
+and read errors from.
2302
2303
2304
Messenger Events
0 commit comments