mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
- Reflect the actual return value returned by the implementation in the the interface. E.g. IUser|bool -> IUser|false - Remove $hasLoggedIn parameter from private countUser implementation. Replace the two call with the equivalent countSeenUser - getBackend is nuallable, add this to the interface - Use backend interface to make psalm happy about call to undefined methods. Also helps with getting rid at some point of the old implementActions Signed-off-by: Carl Schwan <carl@carlschwan.eu> |
||
|---|---|---|
| .. | ||
| Backend.php | ||
| Database.php | ||
| DisplayNameCache.php | ||
| LazyUser.php | ||
| LoginException.php | ||
| Manager.php | ||
| NoUserException.php | ||
| Session.php | ||
| User.php | ||