@@ -114,7 +114,7 @@ |
||
| 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 | { |
@@ -9,7 +9,7 @@ |
||
| 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 | { |
@@ -6,7 +6,7 @@ |
||
| 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 | { |
@@ -9,7 +9,7 @@ |
||
| 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 | { |
@@ -8,7 +8,7 @@ |
||
| 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 | { |
@@ -6,7 +6,7 @@ |
||
| 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 | { |