Completed
Push — master ( f75d9f...d1546a )
by Michael
03:17
created
admin/links.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -305,7 +305,7 @@
 block discarded – undo
305 305
      * @param null $id
306 306
      * @param null $pid
307 307
      *
308
-     * @param  null   $mid
308
+     * @param  integer   $mid
309 309
      * @return string
310 310
      */
311 311
     public static function mymenusAdminForm($id = null, $pid = null, $mid = null)
Please login to merge, or discard this patch.
class/mymenus.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
     public $debugArray = array();
35 35
 
36 36
     /**
37
-     * @param $debug
37
+     * @param boolean $debug
38 38
      */
39 39
     protected function __construct($debug)
40 40
     {
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
     }
71 71
 
72 72
     /**
73
-     * @param null $name
73
+     * @param string $name
74 74
      *
75 75
      * @return null
76 76
      */
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
     }
113 113
 
114 114
     /**
115
-     * @param $name
115
+     * @param string $name
116 116
      *
117 117
      * @return mixed
118 118
      */
Please login to merge, or discard this patch.
include/onupdate.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -191,7 +191,7 @@  discard block
 block discarded – undo
191 191
      * @param $table
192 192
      * @param $tablename
193 193
      * @param $module
194
-     * @return bool|null
194
+     * @return false|null
195 195
      */
196 196
     public static function createUpdateTable(array $table, string $tablename, XoopsObject $module)
197 197
     {
@@ -241,7 +241,7 @@  discard block
 block discarded – undo
241 241
 
242 242
 if (!function_exists("InfoColumnExists")) {
243 243
     /**
244
-     * @param $tablename
244
+     * @param string $tablename
245 245
      * @param $spalte
246 246
      *
247 247
      * @return bool
@@ -260,7 +260,7 @@  discard block
 block discarded – undo
260 260
 
261 261
 if (!function_exists("InfoTableExists")) {
262 262
     /**
263
-     * @param $tablename
263
+     * @param string $tablename
264 264
      *
265 265
      * @return bool
266 266
      */
Please login to merge, or discard this patch.