@@ -48,7 +48,7 @@ |
||
48 | 48 | * @param mixed $var Anything that does not include an object (strings, ints, arrays) |
49 | 49 | * This includes multi-dimensional arrays. |
50 | 50 | * |
51 | - * @return mixed The filtered result - everything will be strings |
|
51 | + * @return string The filtered result - everything will be strings |
|
52 | 52 | */ |
53 | 53 | function filter_tags($var) { |
54 | 54 | return elgg_trigger_plugin_hook('validate', 'input', null, $var); |