Skip to content

Commit

Permalink
Fix docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Sep 30, 2012
1 parent 80c355b commit 89ab0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/View/View.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ protected function _render($viewFile, $data = array()) {
* Sandbox method to evaluate a template / view script in. * Sandbox method to evaluate a template / view script in.
* *
* @param string $viewFn Filename of the view * @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. * If empty the current View::$viewVars will be used.
* @return string Rendered output * @return string Rendered output
*/ */
Expand Down

0 comments on commit 89ab0a2

Please sign in to comment.