mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04: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> |
||
|---|---|---|
| .. | ||
| QueryBuilder | ||
| Exception.php | ||
| IPreparedStatement.php | ||
| IResult.php | ||
| ISchemaWrapper.php | ||
| Types.php | ||