Completed
Push — master ( 141e43...3982f3 )
by Michael
10s
created
class/util.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -166,7 +166,7 @@  discard block
 block discarded – undo
166 166
     }
167 167
 
168 168
     /**
169
-     * @param  null $criteria
169
+     * @param  string $criteria
170 170
      * @param  int  $limit
171 171
      * @param  int  $start
172 172
      * @return array
@@ -272,7 +272,7 @@  discard block
 block discarded – undo
272 272
 
273 273
     // IP bannies (modérés automatiquement)
274 274
     /**
275
-     * @param  null $all
275
+     * @param  boolean $all
276 276
      * @return array
277 277
      */
278 278
     public static function get_badips($all = null)
Please login to merge, or discard this patch.
include/onupdate.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
  * @param XoopsModule $module {@link XoopsModule}
77 77
  * @param null        $previousVersion
78 78
  *
79
- * @return bool true if update successful, false if not
79
+ * @return boolean|null true if update successful, false if not
80 80
  */
81 81
 
82 82
 function xoops_module_update_xfguestbook(XoopsModule $module, $previousVersion = null)
Please login to merge, or discard this patch.