Fixed renderRaw method comment

This commit is contained in:
Franck Allimant
2014-06-30 19:24:47 +02:00
parent a06b0a57e3
commit e972a4be60

View File

@@ -123,9 +123,9 @@ class BaseFrontController extends BaseController
/** /**
* Render the given template, and returns the result as a string. * Render the given template, and returns the result as a string.
* *
* @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 null $templateDir * @param string$templateDir
* *
* @return string * @return string
*/ */