nextcloud/lib/private/DB/QueryBuilder
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
..
ExpressionBuilder Fix psalm complaint 2022-01-04 17:32:07 +01:00
FunctionBuilder Fix LENGTH function name across databases 2022-03-28 00:01:17 +02:00
CompositeExpression.php Update php licenses 2021-06-04 22:02:41 +02:00
Literal.php Update php licenses 2021-06-04 22:02:41 +02:00
Parameter.php Update php licenses 2021-06-04 22:02:41 +02:00
QueryBuilder.php Fix psalm issues related to the user backend 2022-05-20 17:14:58 +02:00
QueryFunction.php Update php licenses 2021-06-04 22:02:41 +02:00
QuoteHelper.php Update php licenses 2021-06-04 22:02:41 +02:00