From a132ab5cc28bbc483970796f7511b89cb6f8e7db Mon Sep 17 00:00:00 2001 From: Nihaal Shaikh Date: Tue, 10 Sep 2024 10:32:07 +0200 Subject: [PATCH] Update #86by49k22 - code reformatted and moodle code style followed --- lib.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib.php b/lib.php index f839fae..837a0e5 100644 --- a/lib.php +++ b/lib.php @@ -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) {