mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Changing the doc block of Controller::_getViewObject()
This commit is contained in:
parent
d242081067
commit
d269b28ece
1 changed files with 1 additions and 1 deletions
|
@ -1217,7 +1217,7 @@ class Controller extends Object implements CakeEventListener {
|
|||
}
|
||||
|
||||
/**
|
||||
* Constructs the view class based on the controller properties
|
||||
* Constructs the view class instance based on the controller property
|
||||
*
|
||||
* @return View
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue