summaryrefslogtreecommitdiffstats
path: root/lib/public/IUser.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/IUser.php')
-rw-r--r--lib/public/IUser.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/public/IUser.php b/lib/public/IUser.php
index 1a1d1e44d8a..ce9cf0096ec 100644
--- a/lib/public/IUser.php
+++ b/lib/public/IUser.php
@@ -113,10 +113,9 @@ interface IUser {
/**
* Get the backend for the current user object
*
- * @return UserInterface
* @since 15.0.0
*/
- public function getBackend();
+ public function getBackend(): ?UserInterface;
/**
* check if the backend allows the user to change his avatar on Personal page