Fixed comments

This commit is contained in:
Franck Allimant
2014-04-12 02:15:54 +02:00
parent 3673208e02
commit c134acf896

View File

@@ -266,9 +266,9 @@ class BaseAdminController extends BaseController
/** /**
* Redirect to à route ID related URL * Redirect to à route ID related URL
* *
* @param unknown $routeId the route ID, as found in Config/Resources/routing/admin.xml * @param string $routeId the route ID, as found in Config/Resources/routing/admin.xml
* @param array|\Thelia\Controller\Admin\unknown $urlParameters the URL parametrs, as a var/value pair array * @param array $urlParameters the URL parameters, as a var/value pair array
* @param array $routeParameters * @param array $routeParameters
*/ */
public function redirectToRoute($routeId, array $urlParameters = array(), array $routeParameters = array()) public function redirectToRoute($routeId, array $urlParameters = array(), array $routeParameters = array())
{ {