nextcloud/lib
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
..
composer Make it possible to get the appdata folder using the public API 2022-05-11 23:28:37 +02:00
l10n [tx-robot] updated from transifex 2022-05-10 02:36:28 +00:00
private Fix psalm issues related to the user backend 2022-05-20 17:14:58 +02:00
public Fix psalm issues related to the user backend 2022-05-20 17:14:58 +02:00
autoloader.php Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +02:00
base.php Remove default values 2022-05-05 13:46:09 +02:00
versioncheck.php Drop PHP7.3 2022-01-25 17:25:08 +01:00