Skip to content

Commit dab239b

Browse files
committed
minor #20740 [Messenger] Fix link to class (HypeMC)
This PR was merged into the 7.3 branch. Discussion ---------- [Messenger] Fix link to class ![image](https://github.com/user-attachments/assets/fad00750-a6e0-4ac5-a5dc-e522a209cf86) I broke this in #20721. Commits ------- 0b9fbc1 [Messenger] Fix link to class
2 parents 9a531e2 + 0b9fbc1 commit dab239b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1801,7 +1801,7 @@ The Beanstalkd transport supports the ``--keepalive`` option by using Beanstalkd
18011801
Keepalive support was introduced in Symfony 7.2.
18021802

18031803
The Beanstalkd transport lets you set the priority of the messages being dispatched.
1804-
Use the :class:``Symfony\Component\Messenger\Bridge\Beanstalkd\Transport\BeanstalkdPriorityStamp``
1804+
Use the :class:`Symfony\\Component\\Messenger\\Bridge\\Beanstalkd\\Transport\\BeanstalkdPriorityStamp`
18051805
and pass a number to specify the priority (default = ``1024``; lower numbers mean higher priority)::
18061806

18071807
use App\Message\SomeMessage;

0 commit comments

Comments
 (0)