mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixes docblock for View::set() (#12837)
* Fixes docblock for View::set()
This commit is contained in:
parent
1dc3219f22
commit
6ed88922a5
1 changed files with 1 additions and 1 deletions
|
@ -807,7 +807,7 @@ class View extends CakeObject {
|
||||||
* a layout or other element. Analogous to Controller::set().
|
* a layout or other element. Analogous to Controller::set().
|
||||||
*
|
*
|
||||||
* @param string|array $one A string or an array of data.
|
* @param string|array $one A string or an array of data.
|
||||||
* @param string|array $two Value in case $one is a string (which then works as the key).
|
* @param mixed $two Value in case $one is a string (which then works as the key).
|
||||||
* Unused if $one is an associative array, otherwise serves as the values to $one's keys.
|
* Unused if $one is an associative array, otherwise serves as the values to $one's keys.
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue