From e972a4be60b3e6640a85a15686ade4a9d88fa9d1 Mon Sep 17 00:00:00 2001 From: Franck Allimant Date: Mon, 30 Jun 2014 19:24:47 +0200 Subject: [PATCH] Fixed renderRaw method comment --- core/lib/Thelia/Controller/Front/BaseFrontController.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/lib/Thelia/Controller/Front/BaseFrontController.php b/core/lib/Thelia/Controller/Front/BaseFrontController.php index 665b63400..39889a6e6 100644 --- a/core/lib/Thelia/Controller/Front/BaseFrontController.php +++ b/core/lib/Thelia/Controller/Front/BaseFrontController.php @@ -123,9 +123,9 @@ class BaseFrontController extends BaseController /** * Render the given template, and returns the result as a string. * - * @param $templateName the complete template name, with extension - * @param array $args the template arguments - * @param null $templateDir + * @param string $templateName the complete template name, with extension + * @param array $args the template arguments + * @param string$templateDir * * @return string */