diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-05-23 13:00:02 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2022-05-24 06:59:40 +0200 |
commit | 6147bb611c46bad3c89e422e6765113dec6bc4eb (patch) | |
tree | a5506791b26a993d7dfd34f2a5ff92d605a68049 /lib/public/IUser.php | |
parent | 8d599c341023c5fe850da9bdbc3807a277a61151 (diff) | |
download | nextcloud-server-6147bb611c46bad3c89e422e6765113dec6bc4eb.tar.gz nextcloud-server-6147bb611c46bad3c89e422e6765113dec6bc4eb.zip |
Revert api break
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'lib/public/IUser.php')
-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 |