]> source.dussan.org Git - nextcloud-server.git/commitdiff
Revert api break 32555/head
authorCarl Schwan <carl@carlschwan.eu>
Mon, 23 May 2022 11:00:02 +0000 (13:00 +0200)
committerJoas Schilling <coding@schilljs.com>
Tue, 24 May 2022 04:59:40 +0000 (06:59 +0200)
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
lib/public/IUser.php

index ce9cf0096ec37de9d2f233f0d7d92c62ee4825ff..daf993df6cd2dc690d08c2f69607b3456f25b2a8 100644 (file)
@@ -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