Completed
Push — master ( 8343f7...eada21 )
by Michael
12s
created
htdocs/class/xoopstopic.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
     }
81 81
 
82 82
     /**
83
-     * @param $topicid
83
+     * @param integer $topicid
84 84
      */
85 85
     public function getTopic($topicid)
86 86
     {
@@ -229,7 +229,7 @@  discard block
 block discarded – undo
229 229
     /**
230 230
      * @param string $format
231 231
      *
232
-     * @return mixed
232
+     * @return string
233 233
      */
234 234
     public function topic_title($format = "S")
235 235
     {
@@ -251,7 +251,7 @@  discard block
 block discarded – undo
251 251
     /**
252 252
      * @param string $format
253 253
      *
254
-     * @return mixed
254
+     * @return string
255 255
      */
256 256
     public function topic_imgurl($format = "S")
257 257
     {
Please login to merge, or discard this patch.
htdocs/class/xoopstree.php 1 patch
Doc Comments   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -42,8 +42,8 @@  discard block
 block discarded – undo
42 42
     //sets the names of table, unique id, and parend id
43 43
     /**
44 44
      * @param $table_name
45
-     * @param $id_name
46
-     * @param $pid_name
45
+     * @param string $id_name
46
+     * @param string $pid_name
47 47
      */
48 48
     public function __construct($table_name, $id_name, $pid_name)
49 49
     {
@@ -56,7 +56,7 @@  discard block
 block discarded – undo
56 56
 
57 57
     // returns an array of first child objects for a given id($sel_id)
58 58
     /**
59
-     * @param        $sel_id
59
+     * @param        integer $sel_id
60 60
      * @param string $order
61 61
      *
62 62
      * @return array
@@ -105,7 +105,7 @@  discard block
 block discarded – undo
105 105
 
106 106
     //returns an array of ALL child ids for a given id($sel_id)
107 107
     /**
108
-     * @param        $sel_id
108
+     * @param        integer $sel_id
109 109
      * @param string $order
110 110
      * @param array  $idarray
111 111
      *
@@ -189,7 +189,7 @@  discard block
 block discarded – undo
189 189
     //$preset_id is used to specify a preselected item
190 190
     //set $none to 1 to add a option with value 0
191 191
     /**
192
-     * @param        $title
192
+     * @param        string $title
193 193
      * @param string $order
194 194
      * @param int    $preset_id
195 195
      * @param int    $none
@@ -238,8 +238,8 @@  discard block
 block discarded – undo
238 238
 
239 239
     //generates nicely formatted linked path from the root id to a given id
240 240
     /**
241
-     * @param        $sel_id
242
-     * @param        $title
241
+     * @param        integer $sel_id
242
+     * @param        string $title
243 243
      * @param        $funcURL
244 244
      * @param string $path
245 245
      *
@@ -294,8 +294,8 @@  discard block
 block discarded – undo
294 294
     /**
295 295
      * Enter description here...
296 296
      *
297
-     * @param int|\unknown_type    $sel_id
298
-     * @param string|\unknown_type $order
297
+     * @param integer    $sel_id
298
+     * @param string $order
299 299
      * @param array|\unknown_type  $parray
300 300
      *
301 301
      * @return unknown
@@ -323,8 +323,8 @@  discard block
 block discarded – undo
323 323
     /**
324 324
      * Enter description here...
325 325
      *
326
-     * @param  int|\unknown_type    $sel_id
327
-     * @param  string|\unknown_type $order
326
+     * @param  integer    $sel_id
327
+     * @param  string $order
328 328
      * @param  array|\unknown_type  $parray
329 329
      * @param  string|\unknown_type $r_prefix
330 330
      * @return unknown
Please login to merge, or discard this patch.
htdocs/class/zipdownloader.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
      *
87 87
      * @param string            $data
88 88
      * @param string            $filename
89
-     * @param int|\unknown_type $time
89
+     * @param integer $time
90 90
      */
91 91
     public function addFileData(&$data, $filename, $time = 0)
92 92
     {
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
      *
99 99
      * @param string     $data
100 100
      * @param string     $filename
101
-     * @param int|string $time
101
+     * @param integer $time
102 102
      */
103 103
     public function addBinaryFileData(&$data, $filename, $time = 0)
104 104
     {
Please login to merge, or discard this patch.
htdocs/Frameworks/art/functions.admin.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
      * @param        $currentoption
21 21
      * @param string $breadcrumb
22 22
      *
23
-     * @return bool
23
+     * @return false|null
24 24
      */
25 25
     function loadModuleAdminMenu($currentoption = -1, $breadcrumb = "")
26 26
     {
Please login to merge, or discard this patch.
htdocs/Frameworks/art/functions.cache.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
 
71 71
     /**
72 72
      * @param      $data
73
-     * @param null $name
73
+     * @param string $name
74 74
      * @param null $dirname
75 75
      *
76 76
      * @return bool
Please login to merge, or discard this patch.
htdocs/Frameworks/art/object.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
     /**
78 78
      * get MySQL server version
79 79
      *
80
-     * @param null $conn
80
+     * @param mysqli $conn
81 81
      *
82 82
      * @return string
83 83
      */
Please login to merge, or discard this patch.
htdocs/Frameworks/moduleclasses/moduleadmin/moduleadmin.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -392,7 +392,7 @@  discard block
 block discarded – undo
392 392
     // $title: title of an InfoBox
393 393
     //******************************************************************************************************************
394 394
     /**
395
-     * @param $title
395
+     * @param string $title
396 396
      *
397 397
      * @return bool
398 398
      */
@@ -415,8 +415,8 @@  discard block
 block discarded – undo
415 415
     //                                      For this type ("chmod"), the value is an array: array(path, chmod)
416 416
     //******************************************************************************************************************
417 417
     /**
418
-     * @param        $label
419
-     * @param        $text
418
+     * @param        string $label
419
+     * @param        string $text
420 420
      * @param string $value
421 421
      * @param string $color
422 422
      * @param string $type
Please login to merge, or discard this patch.
htdocs/include/cp_functions.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
  *
77 77
  * @param unknown_type $url
78 78
  * @param unknown_type $value
79
- * @return unknown
79
+ * @return string
80 80
  */
81 81
 function myTextForm($url, $value)
82 82
 {
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
 /**
87 87
  * Enter description here...
88 88
  *
89
- * @return unknown
89
+ * @return boolean
90 90
  */
91 91
 function xoopsfwrite()
92 92
 {
@@ -105,7 +105,7 @@  discard block
 block discarded – undo
105 105
 /**
106 106
  * Xoops Module Menu
107 107
  *
108
- * @return unknown
108
+ * @return string
109 109
  */
110 110
 function xoops_module_get_admin_menu()
111 111
 {
Please login to merge, or discard this patch.
htdocs/include/functions.encoding.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -132,7 +132,7 @@  discard block
 block discarded – undo
132 132
  * @param        value of array $value
133 133
  * @param        key   of array   $key
134 134
  * @param string $store_method
135
- * @return boolean
135
+ * @return boolean|null
136 136
  */
137 137
 function xoops_aw_encode($value, $key, $store_method = "urlcode")
138 138
 {
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
  * @param        value of array $value
146 146
  * @param        key   of array $key
147 147
  * @param string $store_method
148
- * @return boolean
148
+ * @return boolean|null
149 149
  */
150 150
 function xoops_aw_decode($value, $key, $store_method = "urlcode")
151 151
 {
Please login to merge, or discard this patch.