From dd9c076dfaef0be4059961e09b9ca1f706c0feff Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Thu, 26 Oct 2017 10:25:41 +0200 Subject: - correction of PHPDoc blocks - minor code cleanup --- libs/plugins/function.html_table.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'libs/plugins/function.html_table.php') diff --git a/libs/plugins/function.html_table.php b/libs/plugins/function.html_table.php index 42e23e72..7efcdbd2 100644 --- a/libs/plugins/function.html_table.php +++ b/libs/plugins/function.html_table.php @@ -163,7 +163,13 @@ function smarty_function_html_table($params) return $output; } - +/** + * @param $name + * @param $var + * @param $no + * + * @return string + */ function smarty_function_html_table_cycle($name, $var, $no) { if (!is_array($var)) { -- cgit v1.3