Completed
Push — master ( 5dd679...2a7c05 )
by Michael
02:39
created
admin/adsligh_rsslib.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
 
25 25
 /**
26 26
  * @param $item
27
- * @param $type
27
+ * @param integer $type
28 28
  *
29 29
  * @return array
30 30
  */
Please login to merge, or discard this patch.
class/utilities.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -259,7 +259,7 @@  discard block
 block discarded – undo
259 259
     }
260 260
 
261 261
     /**
262
-     * @param $permtype
262
+     * @param string $permtype
263 263
      *
264 264
      * @return mixed
265 265
      */
@@ -626,7 +626,7 @@  discard block
 block discarded – undo
626 626
     }
627 627
 
628 628
     /**
629
-     * @param $format
629
+     * @param string $format
630 630
      * @param $number
631 631
      *
632 632
      * @return mixed
Please login to merge, or discard this patch.
class/pictures.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
     }
72 72
 
73 73
     /**
74
-     * @param $id
74
+     * @param integer $id
75 75
      */
76 76
     public function load($id)
77 77
     {
@@ -190,7 +190,7 @@  discard block
 block discarded – undo
190 190
     /**
191 191
      * insert a new light_pictures in the database
192 192
      *
193
-     * @param XoopsObject $jlm_pictures
193
+     * @param JlmPictures $jlm_pictures
194 194
      * @param bool        $force
195 195
      * @internal param object $light_pictures reference to the {@link light_pictures} object object
196 196
      * @return bool FALSE if failed, TRUE if already present and unchanged or successful
Please login to merge, or discard this patch.
class/classifiedstree.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -34,8 +34,8 @@  discard block
 block discarded – undo
34 34
 
35 35
     /**
36 36
      * @param $table_name
37
-     * @param $id_name
38
-     * @param $pid_name
37
+     * @param string $id_name
38
+     * @param string $pid_name
39 39
      */
40 40
     public function __construct($table_name, $id_name, $pid_name)
41 41
     {
@@ -202,7 +202,7 @@  discard block
 block discarded – undo
202 202
     }
203 203
 
204 204
     /**
205
-     * @param        $title
205
+     * @param        string $title
206 206
      * @param string $order
207 207
      * @param int    $preset_id
208 208
      * @param int    $none
Please login to merge, or discard this patch.
include/gtickets.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -183,7 +183,7 @@  discard block
 block discarded – undo
183 183
          * @param string $area
184 184
          * @param bool   $allow_repost
185 185
          *
186
-         * @return bool
186
+         * @return null|boolean
187 187
          */
188 188
         public function check($post = true, $area = '', $allow_repost = true)
189 189
         {
@@ -326,10 +326,10 @@  discard block
 block discarded – undo
326 326
         }
327 327
 
328 328
         /**
329
-         * @param $key_name
329
+         * @param string $key_name
330 330
          * @param $tmp_array
331 331
          *
332
-         * @return array
332
+         * @return string[]
333 333
          */
334 334
         public function extractPostRecursive($key_name, $tmp_array)
335 335
         {
Please login to merge, or discard this patch.
seo_url.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -105,9 +105,9 @@  discard block
 block discarded – undo
105 105
 }
106 106
 
107 107
 /**
108
- * @param $cid
108
+ * @param string $cid
109 109
  *
110
- * @return mixed|string
110
+ * @return string
111 111
  */
112 112
 function adslight_seo_cat($cid)
113 113
 {
@@ -128,9 +128,9 @@  discard block
 block discarded – undo
128 128
 }
129 129
 
130 130
 /**
131
- * @param $lid
131
+ * @param string $lid
132 132
  *
133
- * @return mixed|string
133
+ * @return string
134 134
  */
135 135
 function adslight_seo_titre($lid)
136 136
 {
@@ -154,7 +154,7 @@  discard block
 block discarded – undo
154 154
  * @param string $title
155 155
  * @param bool   $withExt
156 156
  *
157
- * @return mixed|string
157
+ * @return string
158 158
  */
159 159
 function adslight_seo_title($title = '', $withExt = false)
160 160
 {
Please login to merge, or discard this patch.
class/util.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -259,7 +259,7 @@
 block discarded – undo
259 259
     }
260 260
 
261 261
     /**
262
-     * @param $permtype
262
+     * @param string $permtype
263 263
      *
264 264
      * @return mixed
265 265
      */
Please login to merge, or discard this patch.