nextcloud/lib/public/DB
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
..
QueryBuilder Fix psalm issues related to the user backend 2022-05-20 17:14:58 +02:00
Exception.php Update php licenses 2021-06-04 22:02:41 +02:00
IPreparedStatement.php Add a few more non-extendable interface 2022-03-05 14:35:34 +01:00
IResult.php Add a few more non-extendable interface 2022-03-05 14:35:34 +01:00
ISchemaWrapper.php Add a few more non-extendable interface 2022-03-05 14:35:34 +01:00
Types.php Add a metadata service to store file metadata 2022-04-13 14:06:29 +02:00