Completed
Push — issue/173 ( 3decc5 )
by Tomas Norre
08:59
created
Classes/Hooks/StaticFileCacheCreateUriHook.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
      * @param string $uri
54 54
      * @param TypoScriptFrontendController $frontend
55 55
      *
56
-     * @return array
56
+     * @return string[]
57 57
      *
58 58
      * @throws \Exception
59 59
      *
Please login to merge, or discard this patch.
Classes/Api/CrawlerApi.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -209,7 +209,7 @@
 block discarded – undo
209 209
     /**
210 210
      * Determines if a page is queued
211 211
      *
212
-     * @param $uid
212
+     * @param integer $uid
213 213
      * @param bool $unprocessed_only
214 214
      * @param bool $timed_only
215 215
      * @param bool $timestamp
Please login to merge, or discard this patch.
domain/queue/class.tx_crawler_domain_queue_repository.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -305,6 +305,7 @@
 block discarded – undo
305 305
      *
306 306
      * @param int start timestamp
307 307
      * @param int end timestamp
308
+     * @param double $start
308 309
      *
309 310
      * @return array performance data
310 311
      * @author Fabrizio Branca <[email protected]>
Please login to merge, or discard this patch.