@@ -104,7 +104,7 @@ |
||
104 | 104 | /** |
105 | 105 | * Decodes numeric HTML entities to their correct UTF-8 characters |
106 | 106 | * |
107 | - * @param $ent string A numeric entity |
|
107 | + * @param string $ent string A numeric entity |
|
108 | 108 | * @return string|false |
109 | 109 | */ |
110 | 110 | protected static function decodeNumericEntity($ent) |
@@ -387,7 +387,7 @@ discard block |
||
387 | 387 | var $capabilities; |
388 | 388 | |
389 | 389 | /** |
390 | - * @param array|bool $callbacks |
|
390 | + * @param boolean $callbacks |
|
391 | 391 | * @param bool $data |
392 | 392 | * @param bool $wait |
393 | 393 | */ |
@@ -1088,7 +1088,7 @@ discard block |
||
1088 | 1088 | |
1089 | 1089 | /** |
1090 | 1090 | * @param string $method |
1091 | - * @return mixed |
|
1091 | + * @return string |
|
1092 | 1092 | */ |
1093 | 1093 | function methodHelp($method) { |
1094 | 1094 | return $this->help[$method]; |