[FrameworkBundle] Fix code status in dockblock

This commit is contained in:
Fran Moreno 2013-03-09 14:56:26 +01:00
parent ee495f8b58
commit 547350c951

View File

@ -25,8 +25,8 @@ class RedirectController extends ContainerAware
/**
* Redirects to another route with the given name.
*
* The response status code is 301 if the permanent parameter is false (default),
* and 302 if the redirection is permanent.
* The response status code is 302 if the permanent parameter is false (default),
* and 301 if the redirection is permanent.
*
* In case the route name is empty, the status code will be 404 when permanent is false
* and 410 otherwise.
@ -51,8 +51,8 @@ class RedirectController extends ContainerAware
/**
* Redirects to a URL.
*
* The response status code is 301 if the permanent parameter is false (default),
* and 302 if the redirection is permanent.
* The response status code is 302 if the permanent parameter is false (default),
* and 301 if the redirection is permanent.
*
* In case the path is empty, the status code will be 404 when permanent is false
* and 410 otherwise.