aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/classes/LtiLink.php4
1 files 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
{