From 764b1dea62a4c694675b0035ed3e1ba3b023194e Mon Sep 17 00:00:00 2001 From: Jonathan Ingram Date: Tue, 17 Jul 2012 15:02:05 +1000 Subject: [PATCH] [FrameworkBundle] minor typo in controller action docblock --- .../Bundle/FrameworkBundle/Controller/RedirectController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/Controller/RedirectController.php b/src/Symfony/Bundle/FrameworkBundle/Controller/RedirectController.php index 71745500e7..386fe58494 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Controller/RedirectController.php +++ b/src/Symfony/Bundle/FrameworkBundle/Controller/RedirectController.php @@ -28,7 +28,7 @@ class RedirectController extends ContainerAware * It expects a route path parameter. * By default, the response status code is 301. * - * If the route empty, the status code will be 410. + * If the route is empty, the status code will be 410. * If the permanent path parameter is set, the status code will be 302. * * @param string $route The route pattern to redirect to