Completed
Branch master (316fad)
by Michael
02:11
created
class/permission.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
     }
41 41
 
42 42
     /**
43
-     * @param $name
43
+     * @param string $name
44 44
      * @return mixed
45 45
      */
46 46
     public function _loadHandler($name)
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
     }
118 118
 
119 119
     /**
120
-     * @param         $type
120
+     * @param         string $type
121 121
      * @param  string $gperm_name
122 122
      * @param  int    $id
123 123
      * @return bool
@@ -168,7 +168,7 @@  discard block
 block discarded – undo
168 168
     }
169 169
 
170 170
     /**
171
-     * @param $type
171
+     * @param string $type
172 172
      * @param $perm_name
173 173
      * @return array
174 174
      */
Please login to merge, or discard this patch.
class/plugins/plugin.tag.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
  * Remove orphan tag-item links
71 71
  *
72 72
  * @param $mid
73
- * @return bool
73
+ * @return boolean|null
74 74
  */
75 75
 function newbb_tag_synchronization($mid)
76 76
 {
Please login to merge, or discard this patch.
class/post.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -292,7 +292,7 @@
 block discarded – undo
292 292
     }
293 293
 
294 294
     /**
295
-     * @return bool|string
295
+     * @return false|string
296 296
      */
297 297
     public function displayPostEdit()
298 298
     {
Please login to merge, or discard this patch.
class/read.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
 
103 103
     /**
104 104
      * @param XoopsDatabase|null $db
105
-     * @param               $type
105
+     * @param               string $type
106 106
      */
107 107
     public function __construct(XoopsDatabase $db, $type)
108 108
     {
Please login to merge, or discard this patch.
class/readforum.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@  discard block
 block discarded – undo
96 96
     }
97 97
 
98 98
     /**
99
-     * @param $status
99
+     * @param integer $status
100 100
      * @param $items
101 101
      * @return bool
102 102
      */
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
     }
119 119
 
120 120
     /**
121
-     * @param $status
121
+     * @param integer $status
122 122
      * @param $uid
123 123
      * @return bool
124 124
      */
Please login to merge, or discard this patch.
class/readtopic.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -121,8 +121,8 @@  discard block
 block discarded – undo
121 121
     }
122 122
 
123 123
     /**
124
-     * @param $status
125
-     * @param $forum_id
124
+     * @param integer $status
125
+     * @param integer $forum_id
126 126
      * @return bool
127 127
      */
128 128
     public function setReadItemsCookie($status, $forum_id)
@@ -154,8 +154,8 @@  discard block
 block discarded – undo
154 154
     }
155 155
 
156 156
     /**
157
-     * @param $status
158
-     * @param $forum_id
157
+     * @param integer $status
158
+     * @param integer $forum_id
159 159
      * @param $uid
160 160
      * @return bool
161 161
      */
Please login to merge, or discard this patch.
class/stats.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
      * @param       $id
67 67
      * @param       $type
68 68
      * @param  int  $increment
69
-     * @return bool
69
+     * @return false|null
70 70
      */
71 71
     public function update($id, $type, $increment = 1)
72 72
     {
Please login to merge, or discard this patch.
class/topic.renderer.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -329,7 +329,7 @@  discard block
 block discarded – undo
329 329
     }
330 330
 
331 331
     /**
332
-     * @param $var
332
+     * @param string $var
333 333
      * @param $val
334 334
      */
335 335
     public function parseVar($var, $val)
@@ -458,7 +458,7 @@  discard block
 block discarded – undo
458 458
 
459 459
     /**
460 460
      * @param  null $header
461
-     * @param  null $var
461
+     * @param  string $var
462 462
      * @return array|null
463 463
      */
464 464
     public function getSort($header = null, $var = null)
@@ -582,7 +582,7 @@  discard block
 block discarded – undo
582 582
 
583 583
     // END irmtfan add Display topic headers function
584 584
     /**
585
-     * @param  null $type
585
+     * @param  integer $type
586 586
      * @param  null $status
587 587
      * @return array
588 588
      */
@@ -739,7 +739,7 @@  discard block
 block discarded – undo
739 739
 
740 740
     /**
741 741
      * @param  Smarty $xoopsTpl
742
-     * @return bool
742
+     * @return boolean|null
743 743
      */
744 744
     public function buildTypes(Smarty $xoopsTpl)
745 745
     {
@@ -765,7 +765,7 @@  discard block
 block discarded – undo
765 765
 
766 766
     /**
767 767
      * @param  Smarty $xoopsTpl
768
-     * @return bool
768
+     * @return boolean|null
769 769
      */
770 770
     public function buildCurrent(Smarty $xoopsTpl)
771 771
     {
Please login to merge, or discard this patch.
class/tree.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
     {
37 37
         /**
38 38
          * @param      $objectArr
39
-         * @param null $rootId
39
+         * @param string $rootId
40 40
          */
41 41
         public function __construct(&$objectArr, $rootId = null)
42 42
         {
@@ -161,7 +161,7 @@  discard block
 block discarded – undo
161 161
         /**
162 162
          * Make a tree for the array
163 163
          *
164
-         * @param  int|string $key   top key of the tree
164
+         * @param  integer $key   top key of the tree
165 165
          * @param  integer    $depth level of subcategories
166 166
          * @return array
167 167
          * @internal param array $tags fields to be used
@@ -212,7 +212,7 @@  discard block
 block discarded – undo
212 212
         /**
213 213
          * Make a tree for the array
214 214
          *
215
-         * @param  int|string $key   top key of the tree
215
+         * @param  integer $key   top key of the tree
216 216
          * @param  array      $tags  fields to be used
217 217
          * @param  integer    $depth level of subcategories
218 218
          * @return array
Please login to merge, or discard this patch.