Test Failed
Push — master ( ce0b35...038e9c )
by Michael
12:03
created
htdocs/modules/profile/class/category.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
      *
42 42
      * @param mixed $action URL to submit to or false for $_SERVER['REQUEST_URI']
43 43
      *
44
-     * @return object
44
+     * @return XoopsThemeForm
45 45
      */
46 46
     public function getForm($action = false)
47 47
     {
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
 class ProfileCategoryHandler extends XoopsPersistableObjectHandler
76 76
 {
77 77
     /**
78
-     * @param null|XoopsDatabase $db
78
+     * @param XoopsDatabase $db
79 79
      */
80 80
     public function __construct(XoopsDatabase $db)
81 81
     {
Please login to merge, or discard this patch.
htdocs/modules/system/class/bannerfinish.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
 class SystemBannerfinishHandler extends XoopsPersistableObjectHandler
55 55
 {
56 56
     /**
57
-     * @param null|XoopsDatabase $db
57
+     * @param XoopsDatabase $db
58 58
      */
59 59
     public function __construct(XoopsDatabase $db)
60 60
     {
Please login to merge, or discard this patch.
htdocs/modules/system/class/blocklinkmodule.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
 class SystemBlockLinkModuleHandler extends XoopsPersistableObjectHandler
48 48
 {
49 49
     /**
50
-     * @param null|XoopsDatabase $db
50
+     * @param XoopsDatabase $db
51 51
      */
52 52
     public function __construct(XoopsDatabase $db)
53 53
     {
Please login to merge, or discard this patch.
htdocs/modules/system/class/smilies.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
109 109
 class SystemsmiliesHandler extends XoopsPersistableObjectHandler
110 110
 {
111 111
     /**
112
-     * @param null|XoopsDatabase $db
112
+     * @param XoopsDatabase $db
113 113
      */
114 114
     public function __construct(XoopsDatabase $db)
115 115
     {
Please login to merge, or discard this patch.
htdocs/modules/system/class/users.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
98 98
 class SystemUsersHandler extends XoopsUserHandler
99 99
 {
100 100
     /**
101
-     * @param null|XoopsDatabase $db
101
+     * @param XoopsDatabase $db
102 102
      */
103 103
     public function __construct(XoopsDatabase $db)
104 104
     {
Please login to merge, or discard this patch.
htdocs/xoops_lib/modules/protector/library/HTMLPurifier/AttrCollections.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -25,6 +25,10 @@
 block discarded – undo
25 25
         $this->doConstruct($attr_types, $modules);
26 26
     }
27 27
 
28
+    /**
29
+     * @param HTMLPurifier_AttrTypes $attr_types
30
+     * @param HTMLPurifier_HTMLModule[] $modules
31
+     */
28 32
     public function doConstruct($attr_types, $modules)
29 33
     {
30 34
         // load extensions from the modules
Please login to merge, or discard this patch.
xoops_lib/modules/protector/library/HTMLPurifier/AttrDef/CSS/Background.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
      * @param string $string
35 35
      * @param HTMLPurifier_Config $config
36 36
      * @param HTMLPurifier_Context $context
37
-     * @return bool|string
37
+     * @return false|string
38 38
      */
39 39
     public function validate($string, $config, $context)
40 40
     {
Please login to merge, or discard this patch.
modules/protector/library/HTMLPurifier/AttrDef/CSS/BackgroundPosition.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
      * @param string $string
35 35
      * @param HTMLPurifier_Config $config
36 36
      * @param HTMLPurifier_Context $context
37
-     * @return bool|string
37
+     * @return false|string
38 38
      */
39 39
     public function validate($string, $config, $context)
40 40
     {
Please login to merge, or discard this patch.
xoops_lib/modules/protector/library/HTMLPurifier/AttrDef/CSS/FontFamily.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
      * @param string $string
35 35
      * @param HTMLPurifier_Config $config
36 36
      * @param HTMLPurifier_Context $context
37
-     * @return bool|string
37
+     * @return false|string
38 38
      */
39 39
     public function validate($string, $config, $context)
40 40
     {
Please login to merge, or discard this patch.