From: Carl Schwan Date: Mon, 23 May 2022 11:00:02 +0000 (+0200) Subject: Revert api break X-Git-Tag: v25.0.0beta1~362^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6147bb611c46bad3c89e422e6765113dec6bc4eb;p=nextcloud-server.git Revert api break Signed-off-by: Carl Schwan --- 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