Skip to content

Commit c478d60

Browse files
author
euromark
committed
bool to boolean
1 parent 6dd24cc commit c478d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Cake/Network/CakeRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ public function __get($name) {
478478
* on routing parameters.
479479
*
480480
* @param string $name The property being accessed.
481-
* @return bool Existence
481+
* @return boolean Existence
482482
*/
483483
public function __isset($name) {
484484
return isset($this->params[$name]);

0 commit comments

Comments
 (0)