Skip to content

Commit 0f746a5

Browse files
committed
merged branch jonathaningram/patch-7 (PR #4950)
Commits ------- 764b1de [FrameworkBundle] minor typo in controller action docblock Discussion ---------- [FrameworkBundle] minor typo in controller action docblock
2 parents 151b79a + 764b1de commit 0f746a5

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)