Fix docblock

This commit is contained in:
ADmad 2012-09-30 23:44:32 +05:30
parent 80c355baa5
commit 89ab0a2d06

View file

@ -903,7 +903,7 @@ class View extends Object {
* Sandbox method to evaluate a template / view script in.
*
* @param string $viewFn Filename of the view
* @param array $___dataForView Data to include in rendered view.
* @param array $dataForView Data to include in rendered view.
* If empty the current View::$viewVars will be used.
* @return string Rendered output
*/