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 87c7245

Browse filesBrowse files
authored
[Scheduler] fix dead link with correct once, again
1 parent 32a4808 commit 87c7245
Copy full SHA for 87c7245

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\\Scheduler\\Messenger\\Stamp\\ScheduledStamp` to the message,
968+
:class:`Symfony\\Component\\Scheduler\\Messenger\\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\\Scheduler\\Messenger\\Stamp\\ScheduledStamp`
973+
Automatically attaching a :class:`Symfony\\Component\\Scheduler\\Messenger\\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.