mirror of
https://github.com/nextcloud/server.git
synced 2026-02-24 02:11:51 -05:00
- 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> |
||
|---|---|---|
| .. | ||
| ExpressionBuilder | ||
| FunctionBuilder | ||
| CompositeExpression.php | ||
| Literal.php | ||
| Parameter.php | ||
| QueryBuilder.php | ||
| QueryFunction.php | ||
| QuoteHelper.php | ||