mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-05 19:12:42 +00:00
bool to boolean
This commit is contained in:
parent
6dd24cc1bd
commit
c478d60e79
1 changed files with 1 additions and 1 deletions
|
@ -478,7 +478,7 @@ class CakeRequest implements ArrayAccess {
|
|||
* on routing parameters.
|
||||
*
|
||||
* @param string $name The property being accessed.
|
||||
* @return bool Existence
|
||||
* @return boolean Existence
|
||||
*/
|
||||
public function __isset($name) {
|
||||
return isset($this->params[$name]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue