Fixed comment

This commit is contained in:
Franck Allimant
2014-04-14 10:50:08 +02:00
parent 08b2d6dfd6
commit 2e9d5b91b5

View File

@@ -405,9 +405,9 @@ class BaseAdminController extends BaseController
/** /**
* Render the given template, and returns the result as an Http Response. * Render the given template, and returns the result as an Http Response.
* *
* @param $templateName the complete template name, with extension * @param string $templateName the complete template name, with extension
* @param array $args the template arguments * @param array $args the template arguments
* @param int $status http code status * @param int $status http code status
* @return \Thelia\Core\HttpFoundation\Response * @return \Thelia\Core\HttpFoundation\Response
*/ */
protected function render($templateName, $args = array(), $status = 200) protected function render($templateName, $args = array(), $status = 200)