Skip to content

Commit

Permalink
minor #5613 Remove unneeded backtick (fabschurt)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

Remove unneeded backtick

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | >= 2.3
| Fixed tickets | N/A

Commits
-------

9979a72 Remove unneeded backtick
  • Loading branch information
wouterj committed Aug 12, 2015
2 parents 8d84b63 + 9979a72 commit 25bf05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_framework/http-kernel-controller-resolver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ introspects the controller signature to determine which arguments to pass to
it by using the native PHP `reflection`_.

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

public function indexAction(Request $request)
Expand Down

0 comments on commit 25bf05c

Please sign in to comment.