bool to boolean

This commit is contained in:
euromark 2013-07-05 16:07:29 +02:00
parent 6dd24cc1bd
commit c478d60e79

View file

@ -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]);