Completed
Push — master ( 4e8684...61995d )
by Michael
08:37
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.
include/functions.user.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
 /**
125 125
  * Function to check if a user has moderation permission over a forum
126 126
  *
127
- * @param  NewbbForum|int $forum
127
+ * @param  integer $forum
128 128
  * @return bool
129 129
  */
130 130
 function newbbIsAdmin($forum = 0)
Please login to merge, or discard this patch.