Skip to content

Commit 04970b1

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: Remove reference to obsolete Psr7ServerRequestResolver
2 parents 3453089 + aab60eb commit 04970b1

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
@@ -89,11 +89,6 @@ In addition, some components and official bundles provide other value resolvers:
8989
the controller can be accessed by anonymous users. It requires installing
9090
the :doc:`SecurityBundle </security>`.
9191

92-
``Psr7ServerRequestResolver``
93-
Injects a `PSR-7`_ compliant version of the current request if type-hinted
94-
with ``RequestInterface``, ``MessageInterface`` or ``ServerRequestInterface``.
95-
It requires installing the `SensioFrameworkExtraBundle`_.
96-
9792
Adding a Custom Value Resolver
9893
------------------------------
9994

@@ -296,5 +291,4 @@ passing the user along sub-requests).
296291

297292
.. _`@ParamConverter`: https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/converters.html
298293
.. _`yield`: https://www.php.net/manual/en/language.generators.syntax.php
299-
.. _`PSR-7`: https://www.php-fig.org/psr/psr-7/
300-
.. _`SensioFrameworkExtraBundle`: https://github.com/sensiolabs/SensioFrameworkExtraBundle
294+
.. _`SecurityBundle`: https://github.com/symfony/security-bundle

0 commit comments

Comments
 (0)