Completed
Push — master ( 609e4a...a0eb15 )
by Michael
02:16
created
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.
class/uploader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
      * Constructor
26 26
      *
27 27
      * @param string           $uploadDir
28
-     * @param array|int|string $allowedMimeTypes
28
+     * @param integer $allowedMimeTypes
29 29
      * @param int              $maxFileSize
30 30
      * @param int              $maxWidth
31 31
      * @param int              $maxHeight
Please login to merge, or discard this patch.