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 8aa1148

Browse filesBrowse files
committed
minor #19523 Fix broken class links (alamirault)
This PR was merged into the 6.4 branch. Discussion ---------- Fix broken class links Continue #19515 on 6.4 branch Commits ------- c4023a6 Fix broken class links
2 parents e2d2d40 + c4023a6 commit 8aa1148
Copy full SHA for 8aa1148

File tree

Expand file treeCollapse file tree

3 files changed

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

3 files changed

+4
-4
lines changed

‎controller/value_resolver.rst

Copy file name to clipboardExpand all lines: controller/value_resolver.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ In addition, some components, bridges and official bundles provide other value r
222222

223223
PSR-7 Objects Resolver:
224224
Injects a Symfony HttpFoundation ``Request`` object created from a PSR-7 object
225-
of type :class:`Psr\\Http\\Message\\ServerRequestInterface`,
226-
:class:`Psr\\Http\\Message\\RequestInterface` or :class:`Psr\\Http\\Message\\MessageInterface`.
225+
of type ``Psr\Http\Message\ServerRequestInterface``,
226+
``Psr\Http\Message\RequestInterface`` or ``Psr\Http\Message\MessageInterface``.
227227
It requires installing :doc:`the PSR-7 Bridge </components/psr7>` component.
228228

229229
Managing Value Resolvers

‎mailer.rst

Copy file name to clipboardExpand all lines: mailer.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1474,7 +1474,7 @@ handler.
14741474
``$mailer->send($email)`` works as of Symfony 6.2.
14751475

14761476
When sending an email asynchronously, its instance must be serializable.
1477-
This is always the case for :class:`Symfony\\Bridge\\Twig\\Mime\\Email`
1477+
This is always the case for :class:`Symfony\\Component\\Mailer\\Mailer`
14781478
instances, but when sending a
14791479
:class:`Symfony\\Bridge\\Twig\\Mime\\TemplatedEmail`, you must ensure that
14801480
the ``context`` is serializable. If you have non-serializable variables,

‎workflow.rst

Copy file name to clipboardExpand all lines: workflow.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ The context is accessible in all events except for the ``workflow.guard`` events
475475
.. deprecated:: 6.4
476476

477477
Gathering events context is deprecated since Symfony 6.4 and the
478-
:method:`Symfony\\Component\\Workflow\\Event::getContext` method will be
478+
:method:`Symfony\\Component\\Workflow\\Event\\Event::getContext` method will be
479479
removed in Symfony 7.0.
480480

481481
.. note::

0 commit comments

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