Skip to content

Commit

Permalink
minor #3635 [QuickTour] close opened literals (xabbuh)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

[QuickTour] close opened literals

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | all
| Fixed tickets |

Commits
-------

ae95ea1 close opened literals
  • Loading branch information
weaverryan committed Mar 19, 2014
2 parents 9fcccc7 + ae95ea1 commit 4fbf1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quick_tour/the_controller.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Getting information from the Request
------------------------------------

Symfony automatically injects the ``Request`` object when the controller has an
argument that's type hinted with ``Symfony\Component\HttpFoundation\Request`::
argument that's type hinted with ``Symfony\Component\HttpFoundation\Request``::

use Symfony\Component\HttpFoundation\Request;

Expand Down

0 comments on commit 4fbf1cd

Please sign in to comment.