Skip to content

Commit

Permalink
Update mobile.php docblock fix
Browse files Browse the repository at this point in the history
return type was void, should be array
  • Loading branch information
marcusgreen committed May 25, 2024
1 parent 69988aa commit 0a7d580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/output/mobile.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0a7d580

Please sign in to comment.