Completed
Branch issue/169 (45a7c7)
by Tomas Norre
05:44
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
@@ -269,6 +269,7 @@
 block discarded – undo
269 269
 	 *
270 270
 	 * @param int start timestamp
271 271
 	 * @param int end timestamp
272
+	 * @param double $start
272 273
 	 * @return array performance data
273 274
 	 * @author Fabrizio Branca <[email protected]>
274 275
 	 * @since 2009-09-03
Please login to merge, or discard this patch.