Revert api break

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
This commit is contained in:
Carl Schwan 2022-05-23 13:00:02 +02:00 committed by Joas Schilling
parent 8d599c3410
commit 6147bb611c
No known key found for this signature in database
GPG key ID: 7076EA9751AACDDA

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