Completed
Push — issue/92 ( ebb8c8...de325a )
by Tomas Norre
09:56
created
Classes/Api/CrawlerApi.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -223,7 +223,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
      */
Please login to merge, or discard this patch.