Skip to content

Commit

Permalink
more UserBackend.php fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanTreffler committed Jul 5, 2021
1 parent d300314 commit 0316115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/UserBackend.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class UserBackend implements IApacheBackend, UserInterface, IUserBackend {
private $db;
/** @var IUserManager */
private $userManager;
/** @var GroupManager */
/** @var IGroupManager */
private $groupManager;
/** @var \OCP\UserInterface[] */
private static $backends = [];
Expand Down

0 comments on commit 0316115

Please sign in to comment.