Completed
Push — master ( d5e38f...a385a9 )
by Richard
16:37 queued 09:02
created
htdocs/modules/system/class/userrank.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@
 block discarded – undo
114 114
 class SystemuserrankHandler extends XoopsPersistableObjectHandler
115 115
 {
116 116
     /**
117
-     * @param null|XoopsDatabase $db
117
+     * @param XoopsDatabase $db
118 118
      */
119 119
     public function __construct(XoopsDatabase $db)
120 120
     {
Please login to merge, or discard this patch.
modules/protector/filters_disabled/postcommon_post_deny_by_httpbl.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 class Protector_postcommon_post_deny_by_httpbl extends ProtectorFilterAbstract
10 10
 {
11 11
     /**
12
-     * @return bool
12
+     * @return null|boolean
13 13
      */
14 14
     public function execute()
15 15
     {
Please login to merge, or discard this patch.
modules/protector/filters_disabled/postcommon_post_deny_by_rbl.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 class Protector_postcommon_post_deny_by_rbl extends ProtectorFilterAbstract
7 7
 {
8 8
     /**
9
-     * @return bool
9
+     * @return null|boolean
10 10
      */
11 11
     public function execute()
12 12
     {
Please login to merge, or discard this patch.
modules/protector/filters_disabled/postcommon_post_need_multibyte.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 class Protector_postcommon_post_need_multibyte extends ProtectorFilterAbstract
10 10
 {
11 11
     /**
12
-     * @return bool
12
+     * @return boolean|null
13 13
      */
14 14
     public function execute()
15 15
     {
Please login to merge, or discard this patch.
modules/protector/filters_disabled/postcommon_post_register_moratorium.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 class Protector_postcommon_post_register_moratorium extends ProtectorFilterAbstract
9 9
 {
10 10
     /**
11
-     * @return bool
11
+     * @return boolean|null
12 12
      */
13 13
     public function execute()
14 14
     {
Please login to merge, or discard this patch.
modules/protector/filters_disabled/postcommon_register_insert_js_check.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 class Protector_postcommon_register_insert_js_check extends ProtectorFilterAbstract
7 7
 {
8 8
     /**
9
-     * @return bool
9
+     * @return null|boolean
10 10
      */
11 11
     public function execute()
12 12
     {
Please login to merge, or discard this patch.