Skip to content

Commit 764b1de

Browse files
[FrameworkBundle] minor typo in controller action docblock
1 parent 151b79a commit 764b1de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Controller/RedirectController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class RedirectController extends ContainerAware
2828
* It expects a route path parameter.
2929
* By default, the response status code is 301.
3030
*
31-
* If the route empty, the status code will be 410.
31+
* If the route is empty, the status code will be 410.
3232
* If the permanent path parameter is set, the status code will be 302.
3333
*
3434
* @param string $route The route pattern to redirect to

0 commit comments

Comments
 (0)