We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b519265 commit a23feffCopy full SHA for a23feff
components/http_kernel.rst
@@ -359,8 +359,7 @@ of arguments that should be passed when executing that callable.
359
360
b) If the argument in the controller is type-hinted with Symfony's
361
:class:`Symfony\\Component\\HttpFoundation\\Request` object, the
362
- ``Request`` is passed in as the value. If you have a custom ``Request``
363
- class, it will be injected as long as you extend the Symfony ``Request``.
+ ``Request`` is passed in as the value.
364
365
c) If the function or method argument is `variadic`_ and the ``Request``
366
``attributes`` bag contains an array for that argument, they will all be
0 commit comments