From 0a7d5809b42a00595a2ae4da007633fa55ecca37 Mon Sep 17 00:00:00 2001 From: Marcus Green Date: Sat, 25 May 2024 11:42:06 +0100 Subject: [PATCH] Update mobile.php docblock fix return type was void, should be array --- classes/output/mobile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/output/mobile.php b/classes/output/mobile.php index e354424..1010342 100755 --- a/classes/output/mobile.php +++ b/classes/output/mobile.php @@ -36,7 +36,7 @@ class mobile { /** * Returns the gapfill question type for the quiz in the mobile app. * @param array $args - * @return void + * @return array */ public static function mobile_get_gapfill($args) { global $CFG;