From 5c0058d07722e1ebb70b1a6aaa58135c690f21f6 Mon Sep 17 00:00:00 2001 From: Murtaza Sultani Date: Mon, 19 Jan 2026 15:14:29 +0100 Subject: Update mehtod doc --- lib/classes/LtiLink.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/classes/LtiLink.php b/lib/classes/LtiLink.php index ce877cf..be6e584 100644 --- a/lib/classes/LtiLink.php +++ b/lib/classes/LtiLink.php @@ -138,8 +138,8 @@ class LtiLink * If send_lis_person is true, the user's name and e-mail is included. * * @param $userId - * @param string $role roles of this user (defaults to 'Learner') - * @param bool $send_lis_person include additional user information + * @param string $role roles of this user (defaults to 'Learner') + * @param bool $sendLisPerson include additional user information */ public function setUser(string $userId, string $role = 'Learner', bool $sendLisPerson = false): void { -- cgit v1.0