From b3d1090ed94469e7a1f38c0352a8a4184a6ac846 Mon Sep 17 00:00:00 2001 From: Michael Hamann Date: Wed, 25 Jul 2012 18:25:04 +0200 Subject: Fix type declarations in some PHPDoc comments --- inc/html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/html.php') diff --git a/inc/html.php b/inc/html.php index 83e1f3643..410b59e49 100644 --- a/inc/html.php +++ b/inc/html.php @@ -1810,7 +1810,7 @@ function html_form_output($data) { * @param array $flashvars - parameters to be passed in the flashvar parameter * @param array $atts - additional attributes for the tag * @param string $alt - alternative content (is NOT automatically escaped!) - * @returns string - the XHTML markup + * @return string - the XHTML markup */ function html_flashobject($swf,$width,$height,$params=null,$flashvars=null,$atts=null,$alt=''){ global $lang; -- cgit v1.2.3