Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74addb0 commit a0bbfaeCopy full SHA for a0bbfae
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 `Request` class**::
+**type-hint it with the Request class**::
331
332
use Symfony\Component\HttpFoundation\Request;
333
0 commit comments