8000 minor #16556 Remove reference to obsolete Psr7ServerRequestResolver (… · GromNaN/symfony-docs@9490e36 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9490e36

Browse files
committed
minor symfony#16556 Remove reference to obsolete Psr7ServerRequestResolver (codedmonkey)
This PR was merged into the 4.4 branch. Discussion ---------- Remove reference to obsolete Psr7ServerRequestResolver The Psr7ServerRequestResolver has been removed in a previous version of SensioFrameworkExtraBundle so remove the reference from the docs. If a better solution for now would be to add a notice like: "has been removed in version x of SensioFrameworkExtraBundle", let me know and I can change it. Commits ------- ad25654 Remove reference to obsolete Psr7ServerRequestResolver
2 parents 3ce2c1a + ad25654 commit 9490e36

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

controller/argument_value_resolver.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@ In addition, some components and official bundles provide other value resolvers:
6464
The ``SecurityUserValueResolver`` was deprecated in Symfony 4.1 in favor of
6565
:class:`Symfony\\Component\\Security\\Http\\Controller\\UserValueResolver`.
6666

67-
``Psr7ServerRequestResolver``
68-
Injects a `PSR-7`_ compliant version of the current request if type-hinted
69-
with ``RequestInterface``, ``MessageInterface`` or ``ServerRequestInterface``.
70-
It requires installing the `SensioFrameworkExtraBundle`_.
71-
7267
Adding a Custom Value Resolver
7368
------------------------------
7469

@@ -266,5 +261,3 @@ passing the user along sub-requests).
266261
.. _`@ParamConverter`: https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/converters.html
267262
.. _`yield`: https://www.php.net/manual/en/language.generators.syntax.php
268263
.. _`SecurityBundle`: https://github.com/symfony/security-bundle
269-
.. _`PSR-7`: https://www.php-fig.org/psr/psr-7/
270-
.. _`SensioFrameworkExtraBundle`: https://github.com/sensiolabs/SensioFrameworkExtraBundle

0 commit comments

Comments
 (0)
0