ソースを参照

bool to boolean

euromark 12 年 前
コミット
c478d60e79
1 ファイル変更1 行追加1 行削除
  1. 1 1
      lib/Cake/Network/CakeRequest.php

+ 1 - 1
lib/Cake/Network/CakeRequest.php

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