Completed
Push — psr2-test ( af724f )
by Tomas Norre
15:22
created
Classes/Hooks/StaticFileCacheCreateUriHook.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
      * @param string                       $uri
53 53
      * @param TypoScriptFrontendController $frontend
54 54
      *
55
-     * @return array
55
+     * @return string[]
56 56
      *
57 57
      * @throws \Exception
58 58
      *
Please login to merge, or discard this patch.
Classes/Utility/IconUtility.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      *
39 39
      * Wrapper around core functionality to keep compatibility with TYPO3 6.2
40 40
      *
41
-     * @param $table
41
+     * @param string $table
42 42
      * @param array $row
43 43
      *
44 44
      * @return string
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.
modfunc1/class.tx_crawler_modfunc1.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -690,6 +690,7 @@  discard block
 block discarded – undo
690 690
      * @param	array		Page row or set-id
691 691
      * @param	string		Title string
692 692
      * @param	int			Items per Page setting
693
+     * @param string $titleString
693 694
      *
694 695
      * @return string HTML <tr> content (one or more)
695 696
      */
@@ -1189,6 +1190,8 @@  discard block
 block discarded – undo
1189 1190
      * @param	string		Selector box name
1190 1191
      * @param	string		Selector box value (array for multiple...)
1191 1192
      * @param	bool		If set, will draw multiple box.
1193
+     * @param string $name
1194
+     * @param integer $multiple
1192 1195
      *
1193 1196
      * @return string HTML select element
1194 1197
      */
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
@@ -115,6 +115,7 @@  discard block
 block discarded – undo
115 115
      * Set the page id.
116 116
      *
117 117
      * @param int page id
118
+     * @param integer $pageId
118 119
      */
119 120
     public function setPageId($pageId)
120 121
     {
@@ -291,7 +292,7 @@  discard block
 block discarded – undo
291 292
      *
292 293
      * @param int $seconds
293 294
      *
294
-     * @return int
295
+     * @return double
295 296
      */
296 297
     protected function asMinutes($seconds)
297 298
     {
@@ -448,7 +449,7 @@  discard block
 block discarded – undo
448 449
      * just a wrapper should be done in a cleaner way
449 450
      * later on.
450 451
      *
451
-     * @param $label
452
+     * @param string $label
452 453
      *
453 454
      * @return string
454 455
      */
Please login to merge, or discard this patch.