8000
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 e017723 commit 74addb0Copy full SHA for 74addb0
controller.rst
@@ -327,7 +327,7 @@ The Request object as a Controller Argument
327
What if you need to read query parameters, grab a request header or get access
328
to an uploaded file? All of that information is stored in Symfony's ``Request``
329
object. To get it in your controller, just add it as an argument and
330
-**type-hint it with the :class:`Symfony\\Component\\HttpFoundation\\Request` class**::
+**type-hint it with the `Request` class**::
331
332
use Symfony\Component\HttpFoundation\Request;
333
0 commit comments