Skip to content

Fix broken class links #19523

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions controller/value_resolver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ In addition, some components, bridges and official bundles provide other value r

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

Managing Value Resolvers
Expand Down
2 changes: 1 addition & 1 deletion mailer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1474,7 +1474,7 @@ handler.
``$mailer->send($email)`` works as of Symfony 6.2.

When sending an email asynchronously, its instance must be serializable.
This is always the case for :class:`Symfony\\Bridge\\Twig\\Mime\\Email`
This is always the case for :class:`Symfony\\Component\\Mailer\\Mailer`
instances, but when sending a
:class:`Symfony\\Bridge\\Twig\\Mime\\TemplatedEmail`, you must ensure that
the ``context`` is serializable. If you have non-serializable variables,
Expand Down
2 changes: 1 addition & 1 deletion workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ The context is accessible in all events except for the ``workflow.guard`` events
.. deprecated:: 6.4

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

.. note::
Expand Down