From ae95ea1c860d49785cba6ce034039316b8b0605a Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Tue, 4 Mar 2014 19:25:38 +0100 Subject: [PATCH] close opened literals --- quick_tour/the_controller.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quick_tour/the_controller.rst b/quick_tour/the_controller.rst index 73b00b494a7..35e740241d1 100644 --- a/quick_tour/the_controller.rst +++ b/quick_tour/the_controller.rst @@ -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;