Completed
Push — sgdt-style-layout ( 5dbe68...f85d3e )
by
unknown
10:12
created
engine/lib/input.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.