nextcloud/lib/public/User/Backend
Carl Schwan 9ec0cb0a90 Fix psalm issues related to the user backend
- 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>
2022-05-20 17:14:58 +02:00
..
ABackend.php Update php licenses 2021-06-04 22:02:41 +02:00
ICheckPasswordBackend.php Fix psalm issues related to the user backend 2022-05-20 17:14:58 +02:00
ICountUsersBackend.php Update php licenses 2021-06-04 22:02:41 +02:00
ICreateUserBackend.php Update php licenses 2021-06-04 22:02:41 +02:00
ICustomLogout.php Update php licenses 2021-06-04 22:02:41 +02:00
IGetDisplayNameBackend.php Update php licenses 2021-06-04 22:02:41 +02:00
IGetHomeBackend.php Update php licenses 2021-06-04 22:02:41 +02:00
IGetRealUIDBackend.php Update php licenses 2021-06-04 22:02:41 +02:00
IPasswordConfirmationBackend.php Update php licenses 2021-06-04 22:02:41 +02:00
IProvideAvatarBackend.php Update php licenses 2021-06-04 22:02:41 +02:00
ISearchKnownUsersBackend.php Update php licenses 2021-06-04 22:02:41 +02:00
ISetDisplayNameBackend.php Update php licenses 2021-06-04 22:02:41 +02:00
ISetPasswordBackend.php Update php licenses 2021-06-04 22:02:41 +02:00