mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix docblock
This commit is contained in:
parent
80c355baa5
commit
89ab0a2d06
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue