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 07619ec

Browse filesBrowse files
committed
minor #19824 fix dead link with correct once (mfruehauf)
This PR was merged into the 6.4 branch. Discussion ---------- fix dead link with correct once Commits ------- c33b229 fix dead link with correct once
2 parents 29a966c + c33b229 commit 07619ec
Copy full SHA for 07619ec

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-2
lines changed

‎scheduler.rst

Copy file name to clipboardExpand all lines: scheduler.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -965,12 +965,12 @@ before being further redispatched to its corresponding handler::
965965
}
966966

967967
When using the ``RedispatchMessage``, Symfony will attach a
968-
:class:`Symfony\\Component\\Messenger\\Stamp\\ScheduledStamp` to the message,
968+
:class:`Symfony\\Component\\Scheduler\\Messenger\\Stamp\\ScheduledStamp` to the message,
969969
helping you identify those messages when needed.
970970

971971
.. versionadded:: 6.4
972972

973-
Automatically attaching a :class:`Symfony\\Component\\Messenger\\Stamp\\ScheduledStamp`
973+
Automatically attaching a :class:`Symfony\\Component\\Scheduler\\Messenger\\Stamp\\ScheduledStamp`
974974
to redispatched messages was introduced in Symfony 6.4.
975975

976976
.. _`Memoizing`: https://en.wikipedia.org/wiki/Memoization

0 commit comments

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