@@ -20,7 +20,6 @@ |
||
| 20 | 20 | class XcaptchaCaptchaForm extends Xoops\Form\ThemeForm |
| 21 | 21 | { |
| 22 | 22 | /** |
| 23 | - * @param null $obj |
|
| 24 | 23 | */ |
| 25 | 24 | public function __construct($object = null) |
| 26 | 25 | { |
@@ -20,7 +20,6 @@ |
||
| 20 | 20 | class XcaptchaImageForm extends Xoops\Form\ThemeForm |
| 21 | 21 | { |
| 22 | 22 | /** |
| 23 | - * @param null $obj |
|
| 24 | 23 | */ |
| 25 | 24 | public function __construct($object = null) |
| 26 | 25 | { |
@@ -20,7 +20,6 @@ |
||
| 20 | 20 | class XcaptchaRecaptchaForm extends Xoops\Form\ThemeForm |
| 21 | 21 | { |
| 22 | 22 | /** |
| 23 | - * @param null $obj |
|
| 24 | 23 | */ |
| 25 | 24 | public function __construct($object = null) |
| 26 | 25 | { |
@@ -20,7 +20,6 @@ |
||
| 20 | 20 | class XcaptchaTextForm extends Xoops\Form\ThemeForm |
| 21 | 21 | { |
| 22 | 22 | /** |
| 23 | - * @param null $obj |
|
| 24 | 23 | */ |
| 25 | 24 | public function __construct($object = null) |
| 26 | 25 | { |
@@ -190,9 +190,9 @@ |
||
| 190 | 190 | } |
| 191 | 191 | |
| 192 | 192 | /** |
| 193 | - * @param $folder_in |
|
| 194 | - * @param $source_file |
|
| 195 | - * @param $folder_out |
|
| 193 | + * @param string $folder_in |
|
| 194 | + * @param string $source_file |
|
| 195 | + * @param string $folder_out |
|
| 196 | 196 | * |
| 197 | 197 | * @return bool |
| 198 | 198 | */ |
@@ -17,7 +17,7 @@ discard block |
||
| 17 | 17 | */ |
| 18 | 18 | |
| 19 | 19 | /** |
| 20 | - * @param string|array $value |
|
| 20 | + * @param string $value |
|
| 21 | 21 | * @param string $out_charset |
| 22 | 22 | * @param string $in_charset |
| 23 | 23 | * |
@@ -69,7 +69,7 @@ discard block |
||
| 69 | 69 | * @param string $str string to analyze |
| 70 | 70 | * @param integer $envType type of the PHP environment variable which value is $str |
| 71 | 71 | * |
| 72 | - * @return int|string |
|
| 72 | + * @return string |
|
| 73 | 73 | */ |
| 74 | 74 | function xlanguage_lang_detect($str = '', $envType = 0) |
| 75 | 75 | { |
@@ -155,7 +155,7 @@ discard block |
||
| 155 | 155 | /** |
| 156 | 156 | * @param string $s |
| 157 | 157 | * |
| 158 | - * @return mixed |
|
| 158 | + * @return string |
|
| 159 | 159 | */ |
| 160 | 160 | function xlanguage_ml($s) |
| 161 | 161 | { |
@@ -75,9 +75,9 @@ |
||
| 75 | 75 | } |
| 76 | 76 | |
| 77 | 77 | /** |
| 78 | - * @param $folder_in |
|
| 79 | - * @param $source_file |
|
| 80 | - * @param $folder_out |
|
| 78 | + * @param string $folder_in |
|
| 79 | + * @param string $source_file |
|
| 80 | + * @param string $folder_out |
|
| 81 | 81 | * |
| 82 | 82 | * @return bool |
| 83 | 83 | */ |
@@ -136,7 +136,7 @@ |
||
| 136 | 136 | * clear all keys and data from the module's cache. This will do a hierarchical |
| 137 | 137 | * delete on our module specific prefix. |
| 138 | 138 | * |
| 139 | - * @return boolean True if the cache was successfully cleared, false otherwise |
|
| 139 | + * @return boolean|null True if the cache was successfully cleared, false otherwise |
|
| 140 | 140 | */ |
| 141 | 141 | public function clear() |
| 142 | 142 | { |
@@ -71,7 +71,6 @@ |
||
| 71 | 71 | * set path - path to image files. Do not set if icons are |
| 72 | 72 | * specified with absoulte URLs |
| 73 | 73 | * |
| 74 | - * @param string $position left, right, center |
|
| 75 | 74 | * |
| 76 | 75 | * @return void |
| 77 | 76 | */ |