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.
2 parents 8d84b63 + 9979a72 commit 25bf05cCopy full SHA for 25bf05c
create_framework/http-kernel-controller-resolver.rst
@@ -91,7 +91,7 @@ introspects the controller signature to determine which arguments to pass to
91
it by using the native PHP `reflection`_.
92
93
The ``indexAction()`` method needs the Request object as an argument.
94
-```getArguments()`` knows when to inject it properly if it is type-hinted
+``getArguments()`` knows when to inject it properly if it is type-hinted
95
correctly::
96
97
public function indexAction(Request $request)
0 commit comments