@@ -305,7 +305,7 @@ |
||
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) |
@@ -34,7 +34,7 @@ discard block |
||
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 |
||
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 |
||
112 | 112 | } |
113 | 113 | |
114 | 114 | /** |
115 | - * @param $name |
|
115 | + * @param string $name |
|
116 | 116 | * |
117 | 117 | * @return mixed |
118 | 118 | */ |
@@ -191,7 +191,7 @@ discard block |
||
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 |
||
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 |
||
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 | */ |