Completed
Branch master (9dda00)
by Michael
04:54 queued 02:33
created
include/functions.stats.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
      * @param        $id
34 34
      * @param        $type
35 35
      * @param  int   $increment
36
-     * @return mixed
36
+     * @return false|null
37 37
      */
38 38
     function newbbUpdateStats($id, $type, $increment = 1)
39 39
     {
Please login to merge, or discard this patch.
include/functions.welcome.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     define('NEWBB_FUNCTIONS_WELCOME', true);
19 19
 
20 20
     /**
21
-     * @return bool
21
+     * @return false|string
22 22
      */
23 23
     function newbbWelcome()
24 24
     {
Please login to merge, or discard this patch.