nextcloud/lib/public/User
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
..
Backend Fix psalm issues related to the user backend 2022-05-20 17:14:58 +02:00
Events Fetch status in heartbeat controller only once 2022-04-07 15:16:34 +02:00
GetQuotaEvent.php Update php licenses 2021-06-04 22:02:41 +02:00