Completed
Push — master ( 249590...ebae0d )
by Michael
05:58
created
class/CategoryHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
 
55 55
     /**
56 56
      * @param  string $permission
57
-     * @param  null   $tags
57
+     * @param  string[]   $tags
58 58
      * @param  bool   $asObject
59 59
      * @return array
60 60
      */
Please login to merge, or discard this patch.
class/Digest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
 
60 60
     /**
61 61
      * @param $text
62
-     * @return mixed|string
62
+     * @return string
63 63
      */
64 64
     public function cleanup($text)
65 65
     {
Please login to merge, or discard this patch.
class/ForumHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1058,7 +1058,7 @@
 block discarded – undo
1058 1058
     /**
1059 1059
      * function for get forum Ids by positive and negative values
1060 1060
      *
1061
-     * @param  int|text $values : positive values = forums | negative values = cats | $values=0 = all valid forums, $permission , true/false $parse_cats
1061
+     * @param  integer $values : positive values = forums | negative values = cats | $values=0 = all valid forums, $permission , true/false $parse_cats
1062 1062
      * @param  string   $permission
1063 1063
      * @param  bool     $parse_cats
1064 1064
      * @return array|mixed $validForums
Please login to merge, or discard this patch.
class/IconHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -159,7 +159,7 @@
 block discarded – undo
159 159
     }
160 160
 
161 161
     /**
162
-     * @param         $image
162
+     * @param         string $image
163 163
      * @param  string $alt
164 164
      * @param  string $extra
165 165
      * @return mixed
Please login to merge, or discard this patch.
class/ObjectTree.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.
class/OnlineHandler.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -207,10 +207,10 @@
 block discarded – undo
207 207
      *
208 208
      * @param  int    $uid      UID of the active user
209 209
      * @param  string $uname    Username
210
-     * @param         $time
210
+     * @param         integer $time
211 211
      * @param  string $forum_id Current forum_id
212 212
      * @param  string $ip       User's IP adress
213
-     * @param         $topic_id
213
+     * @param         integer $topic_id
214 214
      * @return bool   TRUE on success
215 215
      * @internal param string $timestamp
216 216
      */
Please login to merge, or discard this patch.
class/PermissionForumHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -160,7 +160,7 @@
 block discarded – undo
160 160
     }
161 161
 
162 162
     /**
163
-     * @param  Forum|int $forum
163
+     * @param  integer $forum
164 164
      * @param  bool      $topic_locked
165 165
      * @param  bool      $isAdmin
166 166
      * @return array
Please login to merge, or discard this patch.
class/PermissionHandler.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/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.