Fixes docblock for View::set() (#12837)

* Fixes docblock for View::set()
This commit is contained in:
Joseph Zidell 2018-12-22 15:09:44 -05:00 committed by saeideng
parent 1dc3219f22
commit 6ed88922a5

View file

@ -807,7 +807,7 @@ class View extends CakeObject {
* a layout or other element. Analogous to Controller::set().
*
* @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.
* @return void
*/