Merge pull request #32555 from nextcloud/fix/revert-api-break

Revert api break
This commit is contained in:
Côme Chilliet 2022-05-24 09:06:00 +02:00 committed by GitHub
commit 45a75c631e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View 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