@@ -39,7 +39,7 @@ |
||
| 39 | 39 | * |
| 40 | 40 | * @param string $text text string to filter |
| 41 | 41 | * |
| 42 | - * @return mixed |
|
| 42 | + * @return string |
|
| 43 | 43 | */ |
| 44 | 44 | public function applyFilter($text) |
| 45 | 45 | { |
@@ -165,7 +165,7 @@ |
||
| 165 | 165 | * |
| 166 | 166 | * @param array $tag Regular expression match array |
| 167 | 167 | * |
| 168 | - * @return mixed False on failure. |
|
| 168 | + * @return string False on failure. |
|
| 169 | 169 | * |
| 170 | 170 | * @see get_shortcode_regex for details of the match array contents. |
| 171 | 171 | */ |
@@ -103,8 +103,8 @@ |
||
| 103 | 103 | * XoopsTpl::setCompileId() |
| 104 | 104 | * |
| 105 | 105 | * @param mixed $module_dirname module directory |
| 106 | - * @param mixed $theme_set theme set |
|
| 107 | - * @param mixed $template_set template set |
|
| 106 | + * @param string $theme_set theme set |
|
| 107 | + * @param string $template_set template set |
|
| 108 | 108 | * |
| 109 | 109 | * @return void |
| 110 | 110 | */ |
@@ -28,7 +28,7 @@ |
||
| 28 | 28 | /** |
| 29 | 29 | * __construct |
| 30 | 30 | * |
| 31 | - * @param string|array $caption field caption or array of all attributes |
|
| 31 | + * @param string $caption field caption or array of all attributes |
|
| 32 | 32 | * @param string $name field name |
| 33 | 33 | * @param string $value field value |
| 34 | 34 | */ |
@@ -26,7 +26,7 @@ |
||
| 26 | 26 | /** |
| 27 | 27 | * Constructor |
| 28 | 28 | * |
| 29 | - * @param string|array $name name attribute or array of all attributes |
|
| 29 | + * @param string $name name attribute or array of all attributes |
|
| 30 | 30 | * @param integer $timeout timeout in seconds for generated token |
| 31 | 31 | */ |
| 32 | 32 | public function __construct($name = 'XOOPS_TOKEN', $timeout = 0) |