@@ -223,7 +223,7 @@ discard block |
||
223 | 223 | /** |
224 | 224 | * Determines if a page is queued |
225 | 225 | * |
226 | - * @param $uid |
|
226 | + * @param integer $uid |
|
227 | 227 | * @param bool $unprocessed_only |
228 | 228 | * @param bool $timed_only |
229 | 229 | * @param bool $timestamp |
@@ -304,7 +304,7 @@ discard block |
||
304 | 304 | * scheduled but have note been crawled yet. |
305 | 305 | * |
306 | 306 | * @param int $uid uid of the page |
307 | - * @param bool $limit |
|
307 | + * @param integer $limit |
|
308 | 308 | * |
309 | 309 | * @return array array with the crawl-history of a page => 0 : scheduled time , 1 : executed_time, 2 : set_id |
310 | 310 | */ |