mirror of
https://github.com/nextcloud/server.git
synced 2026-02-23 01:40:59 -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> |
||
|---|---|---|
| .. | ||
| ABackend.php | ||
| ICheckPasswordBackend.php | ||
| ICountUsersBackend.php | ||
| ICreateUserBackend.php | ||
| ICustomLogout.php | ||
| IGetDisplayNameBackend.php | ||
| IGetHomeBackend.php | ||
| IGetRealUIDBackend.php | ||
| IPasswordConfirmationBackend.php | ||
| IProvideAvatarBackend.php | ||
| ISearchKnownUsersBackend.php | ||
| ISetDisplayNameBackend.php | ||
| ISetPasswordBackend.php | ||