From c52eabcda7607e0b99fe90d571ac70cc0746928a Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 23 May 2022 12:51:42 +0200 Subject: [PATCH] Adjust to IUser change Signed-off-by: Joas Schilling --- lib/FakeUser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/FakeUser.php b/lib/FakeUser.php index cefef0713..3a920a0c2 100644 --- a/lib/FakeUser.php +++ b/lib/FakeUser.php @@ -80,7 +80,7 @@ public function getBackendClassName() { throw new \RuntimeException('Not implemented'); } - public function getBackend() { + public function getBackend(): ?\OCP\UserInterface { throw new \RuntimeException('Not implemented'); }