Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Adjust to IUser change
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed May 23, 2022
commit c52eabcda7607e0b99fe90d571ac70cc0746928a
2 changes: 1 addition & 1 deletion lib/FakeUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}

Expand Down