@@ -252,7 +252,7 @@ |
||
| 252 | 252 | /** |
| 253 | 253 | * @param string $css_file |
| 254 | 254 | * |
| 255 | - * @return array |
|
| 255 | + * @return string[] |
|
| 256 | 256 | */ |
| 257 | 257 | public function loadCss($css_file = 'style.css') |
| 258 | 258 | { |
@@ -252,7 +252,7 @@ |
||
| 252 | 252 | /** |
| 253 | 253 | * @param string $css_file |
| 254 | 254 | * |
| 255 | - * @return array |
|
| 255 | + * @return string[] |
|
| 256 | 256 | */ |
| 257 | 257 | public function loadCss($css_file = 'style.css') |
| 258 | 258 | { |
@@ -252,7 +252,7 @@ |
||
| 252 | 252 | /** |
| 253 | 253 | * @param string $css_file |
| 254 | 254 | * |
| 255 | - * @return array |
|
| 255 | + * @return string[] |
|
| 256 | 256 | */ |
| 257 | 257 | public function loadCss($css_file = 'style.css') |
| 258 | 258 | { |
@@ -252,7 +252,7 @@ |
||
| 252 | 252 | /** |
| 253 | 253 | * @param string $css_file |
| 254 | 254 | * |
| 255 | - * @return array |
|
| 255 | + * @return string[] |
|
| 256 | 256 | */ |
| 257 | 257 | public function loadCss($css_file = 'style.css') |
| 258 | 258 | { |
@@ -252,7 +252,7 @@ |
||
| 252 | 252 | /** |
| 253 | 253 | * @param string $css_file |
| 254 | 254 | * |
| 255 | - * @return array |
|
| 255 | + * @return string[] |
|
| 256 | 256 | */ |
| 257 | 257 | public function loadCss($css_file = 'style.css') |
| 258 | 258 | { |
@@ -220,8 +220,8 @@ |
||
| 220 | 220 | } |
| 221 | 221 | |
| 222 | 222 | /** |
| 223 | - * @param $table |
|
| 224 | - * @param $query |
|
| 223 | + * @param string $table |
|
| 224 | + * @param string $query |
|
| 225 | 225 | * |
| 226 | 226 | * @return bool |
| 227 | 227 | */ |
@@ -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 | { |
@@ -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 | { |