aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/IUser.php
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-05-23 13:00:02 +0200
committerJoas Schilling <coding@schilljs.com>2022-05-24 06:59:40 +0200
commit6147bb611c46bad3c89e422e6765113dec6bc4eb (patch)
treea5506791b26a993d7dfd34f2a5ff92d605a68049 /lib/public/IUser.php
parent8d599c341023c5fe850da9bdbc3807a277a61151 (diff)
downloadnextcloud-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.php4
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