Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix docblock
  • 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
Expand Up @@ -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
*/
Expand Down

0 comments on commit 89ab0a2

Please sign in to comment.