Skip to content

Commit

Permalink
fix: add missing return type
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomiejmarszal committed Jan 3, 2024
1 parent 6db7869 commit e071f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/classes/user/LtiUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public function refresh()
// nothing to do
}

public function jsonSerialize()
public function jsonSerialize(): array
{
return [
self::USER_IDENTIFIER => $this->userUri,
Expand Down

0 comments on commit e071f1f

Please sign in to comment.