Completed
Push — master ( 5be1c3...395766 )
by Michael
26:05
created
xoops-martin/include/functions.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -217,7 +217,7 @@  discard block
 block discarded – undo
217 217
 if (!function_exists('GetRanks')) {
218 218
     /**
219 219
      * @param $xoopsModuleConfig
220
-     * @return mixed
220
+     * @return string[]
221 221
      */
222 222
     function GetRanks(&$xoopsModuleConfig)
223 223
     {
@@ -278,8 +278,8 @@  discard block
 block discarded – undo
278 278
  * */
279 279
 if (!function_exists('getModuleArray')) {
280 280
     /**
281
-     * @param      $module_key
282
-     * @param null $keyName
281
+     * @param      string $module_key
282
+     * @param string $keyName
283 283
      * @param bool $is_get_arr
284 284
      * @param null $selected
285 285
      * @param null $ModuleConfig
@@ -367,8 +367,8 @@  discard block
 block discarded – undo
367 367
  * */
368 368
 if (!function_exists('MouthLastDay')) {
369 369
     /**
370
-     * @param null $mouth
371
-     * @return array|bool|int|string
370
+     * @param string $mouth
371
+     * @return integer
372 372
      */
373 373
     function MouthLastDay($mouth = null)
374 374
     {
Please login to merge, or discard this patch.
xoops-martin/include/plugin.tag.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
     //get hotel tag function
38 38
     /**
39 39
      * @param $items
40
-     * @return bool
40
+     * @return false|null
41 41
      */
42 42
     function martin_tag_iteminfo(&$items)
43 43
     {
@@ -78,7 +78,7 @@  discard block
 block discarded – undo
78 78
      * Remove orphan tag-item links
79 79
      *
80 80
      * @param $mid
81
-     * @return bool
81
+     * @return boolean|null
82 82
      */
83 83
     function martin_tag_synchronization($mid)
84 84
     {
Please login to merge, or discard this patch.
xoops-martin/zip/unzip.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -146,7 +146,7 @@
 block discarded – undo
146 146
 
147 147
         /**
148 148
          * @param $zip
149
-         * @return mixed
149
+         * @return string
150 150
          */
151 151
         function ReadFileHeader($zip)
152 152
         {
Please login to merge, or discard this patch.