Skip to content

Commit 7756b2e

Browse files
committed
Merge branch '4.4' into 5.4
* 4.4: Remove reference to obsolete Psr7ServerRequestResolver
2 parents 6792ebf + 9490e36 commit 7756b2e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

controller/argument_value_resolver.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ In addition, some components and official bundles provide other value resolvers:
5353
the controller can be accessed by anonymous users. It requires installing
5454
the :doc:`SecurityBundle </security>`.
5555

56-
``Psr7ServerRequestResolver``
57-
Injects a `PSR-7`_ compliant version of the current request if type-hinted
58-
with ``RequestInterface``, ``MessageInterface`` or ``ServerRequestInterface``.
59-
It requires installing the `SensioFrameworkExtraBundle`_.
60-
6156
Adding a Custom Value Resolver
6257
------------------------------
6358

@@ -260,5 +255,4 @@ passing the user along sub-requests).
260255

261256
.. _`@ParamConverter`: https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/converters.html
262257
.. _`yield`: https://www.php.net/manual/en/language.generators.syntax.php
263-
.. _`PSR-7`: https://www.php-fig.org/psr/psr-7/
264-
.. _`SensioFrameworkExtraBundle`: https://github.com/sensiolabs/SensioFrameworkExtraBundle
258+
.. _`SecurityBundle`: https://github.com/symfony/security-bundle

0 commit comments

Comments
 (0)