Completed
Push — 6-0 ( f0a188...b1c025 )
by
unknown
13:33 queued 11:33
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.
domain/reason/class.tx_crawler_domain_reason.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
      * This method is used to set the uid of the queue entry
112 112
      * where the reason is relevant for.
113 113
      *
114
-     * @param int $entry_id
114
+     * @param int $entry_uid
115 115
      */
116 116
     public function setQueueEntryUid($entry_uid)
117 117
     {
Please login to merge, or discard this patch.
view/process/class.tx_crawler_view_process_list.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -116,6 +116,7 @@  discard block
 block discarded – undo
116 116
      * Set the page id
117 117
      *
118 118
      * @param int page id
119
+     * @param integer $pageId
119 120
      */
120 121
     public function setPageId($pageId)
121 122
     {
@@ -293,7 +294,7 @@  discard block
 block discarded – undo
293 294
      * Converts seconds into minutes
294 295
      *
295 296
      * @param int $seconds
296
-     * @return int
297
+     * @return double
297 298
      */
298 299
     protected function asMinutes($seconds)
299 300
     {
@@ -444,7 +445,7 @@  discard block
 block discarded – undo
444 445
      * just a wrapper should be done in a cleaner way
445 446
      * later on
446 447
      *
447
-     * @param $label
448
+     * @param string $label
448 449
      * @return string
449 450
      */
450 451
     protected function getLLLabel($label)
Please login to merge, or discard this patch.
modfunc1/class.tx_crawler_modfunc1.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -694,6 +694,7 @@  discard block
 block discarded – undo
694 694
      * @param	array		Page row or set-id
695 695
      * @param	string		Title string
696 696
      * @param	int			Items per Page setting
697
+     * @param string $titleString
697 698
      * @return	string		HTML <tr> content (one or more)
698 699
      */
699 700
     public function drawLog_addRows($pageRow_setId, $titleString, $itemsPerPage = 10)
@@ -1204,6 +1205,8 @@  discard block
 block discarded – undo
1204 1205
      * @param	string		Selector box name
1205 1206
      * @param	string		Selector box value (array for multiple...)
1206 1207
      * @param	boolean		If set, will draw multiple box.
1208
+     * @param string $name
1209
+     * @param integer $multiple
1207 1210
      * @return	string		HTML select element
1208 1211
      */
1209 1212
     public function selectorBox($optArray, $name, $value, $multiple)
Please login to merge, or discard this patch.