@@ -185,7 +185,7 @@ |
||
| 185 | 185 | |
| 186 | 186 | /** |
| 187 | 187 | * @param $by_cat |
| 188 | - * @param $level |
|
| 188 | + * @param integer $level |
|
| 189 | 189 | * @param $cat_array |
| 190 | 190 | * @param $cat_result |
| 191 | 191 | */ |
@@ -148,7 +148,7 @@ discard block |
||
| 148 | 148 | * @param bool $post |
| 149 | 149 | * @param string $area |
| 150 | 150 | * @param bool $allow_repost |
| 151 | - * @return bool |
|
| 151 | + * @return null|boolean |
|
| 152 | 152 | */ |
| 153 | 153 | public function check($post = true, $area = '', $allow_repost = true) |
| 154 | 154 | { |
@@ -283,9 +283,9 @@ discard block |
||
| 283 | 283 | } |
| 284 | 284 | |
| 285 | 285 | /** |
| 286 | - * @param $key_name |
|
| 286 | + * @param string $key_name |
|
| 287 | 287 | * @param $tmp_array |
| 288 | - * @return array |
|
| 288 | + * @return string[] |
|
| 289 | 289 | */ |
| 290 | 290 | public function extract_post_recursive($key_name, $tmp_array) |
| 291 | 291 | { |
@@ -364,7 +364,7 @@ |
||
| 364 | 364 | class AlumniListingHandler extends XoopsPersistableObjectHandler |
| 365 | 365 | { |
| 366 | 366 | /** |
| 367 | - * @param null|Connection|XoopsDatabase $db |
|
| 367 | + * @param null|Connection $db |
|
| 368 | 368 | */ |
| 369 | 369 | public function __construct(Connection $db = null) |
| 370 | 370 | { |
@@ -41,7 +41,7 @@ |
||
| 41 | 41 | * @param string $andor |
| 42 | 42 | * @param int $limit |
| 43 | 43 | * @param int $start |
| 44 | - * @param type $uid |
|
| 44 | + * @param integer $uid |
|
| 45 | 45 | * @return array |
| 46 | 46 | */ |
| 47 | 47 | public function search($queries, $andor, $limit, $start, $uid) |