Skip to content

Commit

Permalink
PM-46464 adjusting typing to appease bug in moodle-plugin-ci linting …
Browse files Browse the repository at this point in the history
…rules
  • Loading branch information
mk-kialo committed Aug 28, 2024
1 parent 10d315b commit 8cb20c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/lti_flow.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ public static function init_resource_link(
string $deploymentid,
string $moodleuserid,
string $discussionurl,
?string $groupid = null,
?string $groupname = null
string $groupid,
string $groupname
): LtiMessageInterface {
$context = context_module::instance($coursemoduleid);
$roles = self::assign_lti_roles($context);
Expand Down

0 comments on commit 8cb20c9

Please sign in to comment.