Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update lib/private/Remote/User.php
Co-authored-by: Joas Schilling <[email protected]>
Signed-off-by: Hamid Dehnavi <[email protected]>
  • Loading branch information
shdehnavi and nickvergessen authored Jul 18, 2023
commit bddeceb2d5bd4b00df60538667bbe64cb1a4cc15
3 changes: 0 additions & 3 deletions lib/private/Remote/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ public function getUserId(): string {
return $this->data['id'];
}

/**
* @return string
*/
public function getEmail(): string {
return $this->data['email'];
}
Expand Down