Completed
Branch master (4e8684)
by Michael
05:31 queued 02:57
created
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.
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 newbb_welcome()
24 24
     {
Please login to merge, or discard this patch.