diff options
author | Côme Chilliet <91878298+come-nc@users.noreply.github.com> | 2022-05-24 09:06:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-24 09:06:00 +0200 |
commit | 45a75c631e638ccab8934584aedad834229d10a7 (patch) | |
tree | a7080e740e25026b1cd4225a6b1463de770ea6f9 /lib/public | |
parent | 53af533853b66ca49ca9146d9ab7b0a80e94bd78 (diff) | |
parent | 6147bb611c46bad3c89e422e6765113dec6bc4eb (diff) | |
download | nextcloud-server-45a75c631e638ccab8934584aedad834229d10a7.tar.gz nextcloud-server-45a75c631e638ccab8934584aedad834229d10a7.zip |
Merge pull request #32555 from nextcloud/fix/revert-api-break
Revert api break
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/IUser.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/IUser.php b/lib/public/IUser.php index ce9cf0096ec..daf993df6cd 100644 --- a/lib/public/IUser.php +++ b/lib/public/IUser.php @@ -112,10 +112,10 @@ interface IUser { /** * 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 |