Skip to content

Commit db802c0

Browse files
committed
Merge branch '4.2'
* 4.2: Replace wrong classname to HandledStamp
2 parents a231e43 + d460894 commit db802c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ At the moment, the Symfony Messenger has the following built-in envelope stamps:
146146
a stamp that marks the message as sent by a specific sender.
147147
Allows accessing the sender FQCN and the alias if available from the
148148
:class:`Symfony\\Component\\Messenger\\Transport\\Sender\\SendersLocator`.
149-
#. :class:`Symfony\\Component\\Messenger\\Stamp\\ReceivedStamp`,
149+
#. :class:`Symfony\\Component\\Messenger\\Stamp\\HandledStamp`,
150150
a stamp that marks the message as handled by a specific handler.
151151
Allows accessing the handler returned value, the handler callable name
152152
and its alias if available from the :class:`Symfony\\Component\\Messenger\\Handler\\HandlersLocator`.

0 commit comments

Comments
 (0)