Skip to content

Commit d460894

Browse files
committed
minor #10739 Replace wrong classname to HandledStamp (aferrandini)
This PR was submitted for the master branch but it was merged into the 4.2 branch instead (closes #10739). Discussion ---------- Replace wrong classname to HandledStamp Fix issue #10740 #SymfonyConHackDay Commits ------- 9ddc713 Replace wrong classname to HandledStamp
2 parents 5be5b6e + 9ddc713 commit d460894

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)