Skip to content

Commit

Permalink
Merge pull request #32555 from nextcloud/fix/revert-api-break
Browse files Browse the repository at this point in the history
Revert api break
  • Loading branch information
come-nc authored May 24, 2022
2 parents 53af533 + 6147bb6 commit 45a75c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/public/IUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ public function getBackendClassName();

/**
* Get the backend for the current user object
*
* @return ?UserInterface
* @since 15.0.0
*/
public function getBackend(): ?UserInterface;
public function getBackend();

/**
* check if the backend allows the user to change his avatar on Personal page
Expand Down

0 comments on commit 45a75c6

Please sign in to comment.