Skip to content

Commit

Permalink
Update #86by49k22 - code reformatted and moodle code style followed
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaalshaikh committed Sep 10, 2024
1 parent e24f83b commit a132ab5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
* @param bool $forcedownload
* @param array $options
*/
function block_fastnav_pluginfile(stdClass $course, $recordorcm, stdClass $context, string $filearea, array $args, $forcedownload,
array $options = []): void {
function block_fastnav_pluginfile($course, $recordorcm, $context, $filearea, $args, $forcedownload, array $options = []) {
global $CFG;

if ($context->contextlevel !== CONTEXT_BLOCK) {
Expand Down

0 comments on commit a132ab5

Please sign in to comment.