From 8e62bcd9aabde1e10c652dbd111be4f7810968f0 Mon Sep 17 00:00:00 2001 From: "info@eWallah.net" Date: Tue, 30 Jan 2024 15:22:53 +0100 Subject: [PATCH] MDL-80538 phpdoc: Incorrect dataformat type documentation in table lib --- lib/tablelib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/tablelib.php b/lib/tablelib.php index 712c8b505cd..2283fcd62d2 100644 --- a/lib/tablelib.php +++ b/lib/tablelib.php @@ -220,10 +220,10 @@ class flexible_table { * for you (even if the param is '', which means no download this time. * Also you can call this method with no params to get the current set * download type. - * @param string $download dataformat type. One of csv, xhtml, ods, etc + * @param string $download type of dataformat for export. * @param string $filename filename for downloads without file extension. * @param string $sheettitle title for downloaded data. - * @return string download dataformat type. One of csv, xhtml, ods, etc + * @return string download dataformat type. */ function is_downloading($download = null, $filename='', $sheettitle='') { if ($download!==null) {