Completed
Push — master ( deac0a...054aa6 )
by Michael
01:55
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/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.
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/utility.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -262,7 +262,7 @@  discard block
 block discarded – undo
262 262
     }
263 263
 
264 264
     /**
265
-     * @param $permtype
265
+     * @param string $permtype
266 266
      *
267 267
      * @return mixed
268 268
      */
@@ -635,7 +635,7 @@  discard block
 block discarded – undo
635 635
     }
636 636
 
637 637
     /**
638
-     * @param $format
638
+     * @param string $format
639 639
      * @param $number
640 640
      *
641 641
      * @return mixed
@@ -864,8 +864,8 @@  discard block
 block discarded – undo
864 864
      *   saveCategory_Permissions()
865 865
      *
866 866
      * @param  array   $groups     : group with granted permission
867
-     * @param  integer $categoryid : categoryid on which we are setting permissions
868
-     * @param  string  $perm_name  : name of the permission
867
+     * @param  integer $categoryId : categoryid on which we are setting permissions
868
+     * @param  string  $permName  : name of the permission
869 869
      * @return boolean : TRUE if the no errors occured
870 870
      */
871 871
 
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
@@ -72,7 +72,7 @@  discard block
 block discarded – undo
72 72
     }
73 73
 
74 74
     /**
75
-     * @param $id
75
+     * @param integer $id
76 76
      */
77 77
     public function load($id)
78 78
     {
@@ -202,7 +202,7 @@  discard block
 block discarded – undo
202 202
     /**
203 203
      * insert a new AdslightPicture object into the database
204 204
      *
205
-     * @param XoopsObject $adslightPictures
205
+     * @param AdslightPictures $adslightPictures
206 206
      * @param bool        $force
207 207
      * @return bool FALSE if failed, TRUE if already present and unchanged or successful
208 208
      */
Please login to merge, or discard this patch.