Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f47dc1b

Browse filesBrowse files
committed
review
1 parent dd3f803 commit f47dc1b
Copy full SHA for f47dc1b

File tree

Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed

‎messenger.rst

Copy file name to clipboardExpand all lines: messenger.rst
+4-2Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2295,8 +2295,10 @@ when building absolute URLs.
22952295
22962296
22972297
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.
2298+
Internally it uses the Symfony's validator. The :class:`Symfony\\Component\\Messenger\\Stamp\\ValidationStamp` should
2299+
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.
23002302

23012303

23022304
Messenger Events

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.