From 2e9d5b91b5a7d2d33cd209455c1e7f09017c7418 Mon Sep 17 00:00:00 2001 From: Franck Allimant Date: Mon, 14 Apr 2014 10:50:08 +0200 Subject: [PATCH] Fixed comment --- core/lib/Thelia/Controller/Admin/BaseAdminController.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/lib/Thelia/Controller/Admin/BaseAdminController.php b/core/lib/Thelia/Controller/Admin/BaseAdminController.php index 52458e13f..3c0bcd7fe 100644 --- a/core/lib/Thelia/Controller/Admin/BaseAdminController.php +++ b/core/lib/Thelia/Controller/Admin/BaseAdminController.php @@ -405,9 +405,9 @@ class BaseAdminController extends BaseController /** * Render the given template, and returns the result as an Http Response. * - * @param $templateName the complete template name, with extension - * @param array $args the template arguments - * @param int $status http code status + * @param string $templateName the complete template name, with extension + * @param array $args the template arguments + * @param int $status http code status * @return \Thelia\Core\HttpFoundation\Response */ protected function render($templateName, $args = array(), $status = 200)