Skip to content

Commit 9979a72

Browse files
author
Fabien Schurter
committed
Remove unneeded backtick
1 parent a3f1b34 commit 9979a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create_framework/http-kernel-controller-resolver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ introspects the controller signature to determine which arguments to pass to
9191
it by using the native PHP `reflection`_.
9292

9393
The ``indexAction()`` method needs the Request object as an argument.
94-
```getArguments()`` knows when to inject it properly if it is type-hinted
94+
``getArguments()`` knows when to inject it properly if it is type-hinted
9595
correctly::
9696

9797
public function indexAction(Request $request)

0 commit comments

Comments
 (0)