Skip to content

Commit 81f6836

Browse files
committed
fix: php-cs-fixer
1 parent 237bd73 commit 81f6836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Services/LTIRegister.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ private function createRegistrationJSON(): string
124124
'username' => '$User.username',
125125
'person_email' => '$Person.email.primary',
126126
'person_fullname' => '$Person.name.full',
127-
'person_email_institutional' => '@[email protected]_email@X@'
127+
'person_email_institutional' => '@[email protected]_email@X@',
128128
],
129129
'claims' => ['iss', 'sub', 'name', 'given_name', 'family_name', 'email'],
130130
'messages' => [

0 commit comments

Comments
 (0)