Signed-off-by: Carl Schwan <carl@carlschwan.eu>
@ -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