From 89ab0a2d066af668d8cbde870373537cb47a1fb9 Mon Sep 17 00:00:00 2001 From: ADmad Date: Sun, 30 Sep 2012 23:44:32 +0530 Subject: [PATCH] Fix docblock --- lib/Cake/View/View.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/View/View.php b/lib/Cake/View/View.php index 9fa93d01ca0..c492aa4b80d 100644 --- a/lib/Cake/View/View.php +++ b/lib/Cake/View/View.php @@ -903,7 +903,7 @@ protected function _render($viewFile, $data = array()) { * 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 */