Completed
Branch feature/Undefined (a0c40a)
by Michael
13:53
created
htdocs/class/textsanitizer/soundcloud/soundcloud.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     /**
28 28
      * @param $textarea_id
29 29
      *
30
-     * @return array
30
+     * @return string[]
31 31
      */
32 32
     public function encode($textarea_id)
33 33
     {
Please login to merge, or discard this patch.
htdocs/class/textsanitizer/wiki/wiki.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     /**
28 28
      * @param $textarea_id
29 29
      *
30
-     * @return array
30
+     * @return string[]
31 31
      */
32 32
     public function encode($textarea_id)
33 33
     {
Please login to merge, or discard this patch.
htdocs/class/textsanitizer/youtube/youtube.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     /**
28 28
      * @param $textarea_id
29 29
      *
30
-     * @return array
30
+     * @return string[]
31 31
      */
32 32
     public function encode($textarea_id)
33 33
     {
Please login to merge, or discard this patch.
htdocs/class/xoopsform/form.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -196,7 +196,7 @@  discard block
 block discarded – undo
196 196
     /**
197 197
      * @param        $value
198 198
      * @param        $key
199
-     * @param        $ret
199
+     * @param        string $ret
200 200
      * @param string $hashinfo
201 201
      *
202 202
      * @return string
@@ -368,7 +368,7 @@  discard block
 block discarded – undo
368 368
      * get a reference to a {@link XoopsFormElement} object by its "name"
369 369
      *
370 370
      * @param  string $name "name" attribute assigned to a {@link XoopsFormElement}
371
-     * @return object reference to a {@link XoopsFormElement}, false if not found
371
+     * @return XoopsFormElement|null reference to a {@link XoopsFormElement}, false if not found
372 372
      */
373 373
     public function &getElementByName($name)
374 374
     {
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
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
      * @param        $currentoption
20 20
      * @param string $breadcrumb
21 21
      *
22
-     * @return bool
22
+     * @return false|null
23 23
      */
24 24
     function loadModuleAdminMenu($currentoption = -1, $breadcrumb = '')
25 25
     {
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
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
  *
76 76
  * @param unknown_type $url
77 77
  * @param unknown_type $value
78
- * @return unknown
78
+ * @return string
79 79
  */
80 80
 function myTextForm($url, $value)
81 81
 {
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
 /**
86 86
  * Enter description here...
87 87
  *
88
- * @return unknown
88
+ * @return boolean
89 89
  */
90 90
 function xoopsfwrite()
91 91
 {
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
 /**
105 105
  * Xoops Module Menu
106 106
  * @deprecated
107
- * @return unknown
107
+ * @return string
108 108
  */
109 109
 function xoops_module_get_admin_menu()
110 110
 {
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
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
  * @param  mixed $value value of array
132 132
  * @param        key   of array   $key
133 133
  * @param string $store_method
134
- * @return boolean
134
+ * @return boolean|null
135 135
  */
136 136
 function xoops_aw_encode($value, $key, $store_method = 'urlcode')
137 137
 {
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
  * @param mixed $value value of array
145 145
  * @param        key   of array $key
146 146
  * @param string $store_method
147
- * @return boolean
147
+ * @return boolean|null
148 148
  */
149 149
 function xoops_aw_decode($value, $key, $store_method = 'urlcode')
150 150
 {
Please login to merge, or discard this patch.
htdocs/include/old_functions.php 1 patch
Doc Comments   +20 added lines, -20 removed lines patch added patch discarded remove patch
@@ -219,31 +219,31 @@
 block discarded – undo
219 219
 /**
220 220
  * showThread :: DO NOT USE
221 221
  *
222
- * @param unknown_type         $color_number
223
- * @param unknown_type         $subject_image
222
+ * @param integer         $color_number
223
+ * @param string         $subject_image
224 224
  * @param unknown_type         $subject
225 225
  * @param unknown_type         $text
226
- * @param unknown_type         $post_date
227
- * @param unknown_type         $ip_image
228
- * @param unknown_type         $reply_image
229
- * @param unknown_type         $edit_image
230
- * @param unknown_type         $delete_image
226
+ * @param string         $post_date
227
+ * @param string         $ip_image
228
+ * @param string         $reply_image
229
+ * @param string         $edit_image
230
+ * @param string         $delete_image
231 231
  * @param string|\unknown_type $username
232 232
  * @param string|\unknown_type $rank_title
233 233
  * @param string|\unknown_type $rank_image
234
- * @param string|\unknown_type $avatar_image
235
- * @param string|\unknown_type $reg_date
236
- * @param string|\unknown_type $posts
237
- * @param string|\unknown_type $user_from
238
- * @param string|\unknown_type $online_image
239
- * @param string|\unknown_type $profile_image
240
- * @param string|\unknown_type $pm_image
241
- * @param string|\unknown_type $email_image
242
- * @param string|\unknown_type $www_image
243
- * @param string|\unknown_type $icq_image
244
- * @param string|\unknown_type $aim_image
245
- * @param string|\unknown_type $yim_image
246
- * @param string|\unknown_type $msnm_image
234
+ * @param string $avatar_image
235
+ * @param string $reg_date
236
+ * @param string $posts
237
+ * @param string $user_from
238
+ * @param string $online_image
239
+ * @param string $profile_image
240
+ * @param string $pm_image
241
+ * @param string $email_image
242
+ * @param string $www_image
243
+ * @param string $icq_image
244
+ * @param string $aim_image
245
+ * @param string $yim_image
246
+ * @param string $msnm_image
247 247
  */
248 248
 function showThread($color_number, $subject_image, $subject, $text, $post_date, $ip_image, $reply_image, $edit_image, $delete_image, $username = '', $rank_title = '', $rank_image = '', $avatar_image = '', $reg_date = '', $posts = '', $user_from = '', $online_image = '', $profile_image = '', $pm_image = '', $email_image = '', $www_image = '', $icq_image = '', $aim_image = '', $yim_image = '', $msnm_image = '')
249 249
 {
Please login to merge, or discard this patch.
htdocs/modules/system/class/avatar.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@
 block discarded – undo
114 114
      * Create new Object
115 115
      *
116 116
      * @param  bool $isNew
117
-     * @return object
117
+     * @return SystemAvatar
118 118
      */
119 119
     public function create($isNew = true)
120 120
     {
Please login to merge, or discard this patch.