Completed
Pull Request — master (#268)
by Richard
07:30
created
htdocs/kernel/session.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
     /**
81 81
      * Check imptotal
82 82
      *
83
-     * @return bool
83
+     * @return boolean|null
84 84
      */
85 85
     public function check_imptotal()
86 86
     {
Please login to merge, or discard this patch.
htdocs/modules/pm/class/message.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
 class systemuserrankHandler extends XoopsPersistableObjectHandler
116 116
 {
117 117
     /**
118
-     * @param null|XoopsDatabase $db
118
+     * @param XoopsDatabase $db
119 119
      */
120 120
     public function __construct(XoopsDatabase $db)
121 121
     {
Please login to merge, or discard this patch.
htdocs/modules/profile/class/profile.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
 class systemuserrankHandler extends XoopsPersistableObjectHandler
116 116
 {
117 117
     /**
118
-     * @param null|XoopsDatabase $db
118
+     * @param XoopsDatabase $db
119 119
      */
120 120
     public function __construct(XoopsDatabase $db)
121 121
     {
Please login to merge, or discard this patch.
htdocs/modules/profile/class/visibility.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
 class systemuserrankHandler extends XoopsPersistableObjectHandler
116 116
 {
117 117
     /**
118
-     * @param null|XoopsDatabase $db
118
+     * @param XoopsDatabase $db
119 119
      */
120 120
     public function __construct(XoopsDatabase $db)
121 121
     {
Please login to merge, or discard this patch.
htdocs/modules/system/class/block.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
 class systemuserrankHandler extends XoopsPersistableObjectHandler
116 116
 {
117 117
     /**
118
-     * @param null|XoopsDatabase $db
118
+     * @param XoopsDatabase $db
119 119
      */
120 120
     public function __construct(XoopsDatabase $db)
121 121
     {
Please login to merge, or discard this patch.
htdocs/modules/system/class/group.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
 class systemuserrankHandler extends XoopsPersistableObjectHandler
116 116
 {
117 117
     /**
118
-     * @param null|XoopsDatabase $db
118
+     * @param XoopsDatabase $db
119 119
      */
120 120
     public function __construct(XoopsDatabase $db)
121 121
     {
Please login to merge, or discard this patch.
htdocs/xoops_lib/modules/protector/class/ProtectorMysqlDatabase.class.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
     }
40 40
 
41 41
     /**
42
-     * @param $sql
42
+     * @param string $sql
43 43
      */
44 44
     public function query($sql)
45 45
     {
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
     public $method;
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
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
     public $method;
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.