@@ -115,7 +115,7 @@ |
||
| 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 | { |
@@ -115,7 +115,7 @@ |
||
| 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 | { |
@@ -39,7 +39,7 @@ |
||
| 39 | 39 | } |
| 40 | 40 | |
| 41 | 41 | /** |
| 42 | - * @param $sql |
|
| 42 | + * @param string $sql |
|
| 43 | 43 | */ |
| 44 | 44 | public function query($sql) |
| 45 | 45 | { |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | public $method; |
| 10 | 10 | |
| 11 | 11 | /** |
| 12 | - * @return bool |
|
| 12 | + * @return null|boolean |
|
| 13 | 13 | */ |
| 14 | 14 | public function execute() |
| 15 | 15 | { |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | public $method; |
| 10 | 10 | |
| 11 | 11 | /** |
| 12 | - * @return bool |
|
| 12 | + * @return null|boolean |
|
| 13 | 13 | */ |
| 14 | 14 | public function execute() |
| 15 | 15 | { |
@@ -80,7 +80,7 @@ |
||
| 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 | { |
@@ -80,7 +80,7 @@ |
||
| 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 | { |
@@ -13,7 +13,7 @@ |
||
| 13 | 13 | * @param string $aIP |
| 14 | 14 | * @param HTMLPurifier_Config $config |
| 15 | 15 | * @param HTMLPurifier_Context $context |
| 16 | - * @return bool|string |
|
| 16 | + * @return false|string |
|
| 17 | 17 | */ |
| 18 | 18 | public function validate($aIP, $config, $context) |
| 19 | 19 | { |
@@ -13,7 +13,7 @@ |
||
| 13 | 13 | * @param string $aIP |
| 14 | 14 | * @param HTMLPurifier_Config $config |
| 15 | 15 | * @param HTMLPurifier_Context $context |
| 16 | - * @return bool|string |
|
| 16 | + * @return false|string |
|
| 17 | 17 | */ |
| 18 | 18 | public function validate($aIP, $config, $context) |
| 19 | 19 | { |