We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151b79a commit 764b1deCopy full SHA for 764b1de
src/Symfony/Bundle/FrameworkBundle/Controller/RedirectController.php
@@ -28,7 +28,7 @@ class RedirectController extends ContainerAware
28
* It expects a route path parameter.
29
* By default, the response status code is 301.
30
*
31
- * If the route empty, the status code will be 410.
+ * If the route is empty, the status code will be 410.
32
* If the permanent path parameter is set, the status code will be 302.
33
34
* @param string $route The route pattern to redirect to
0 commit comments