Completed
Push — master ( 739baa...547298 )
by Michael
02:43 queued 01:13
created
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.
admin/links.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -301,7 +301,7 @@
 block discarded – undo
301 301
      * @param null  $id
302 302
      * @param null  $pid
303 303
      *
304
-     * @param  null $mid
304
+     * @param  integer $mid
305 305
      * @return string
306 306
      */
307 307
     public static function mymenusAdminForm($id = null, $pid = null, $mid = null)
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
@@ -194,7 +194,7 @@  discard block
 block discarded – undo
194 194
      * @param array       $table
195 195
      * @param string      $tablename
196 196
      * @param XoopsObject $module
197
-     * @return bool|null
197
+     * @return false|null
198 198
      */
199 199
     public static function createUpdateTable($table, $tablename, XoopsObject $module)
200 200
     {
@@ -245,7 +245,7 @@  discard block
 block discarded – undo
245 245
 
246 246
 if (!function_exists('InfoColumnExists')) {
247 247
     /**
248
-     * @param $tablename
248
+     * @param string $tablename
249 249
      * @param $spalte
250 250
      *
251 251
      * @return bool
@@ -264,7 +264,7 @@  discard block
 block discarded – undo
264 264
 
265 265
 if (!function_exists('InfoTableExists')) {
266 266
     /**
267
-     * @param $tablename
267
+     * @param string $tablename
268 268
      *
269 269
      * @return bool
270 270
      */
Please login to merge, or discard this patch.