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> |
||
|---|---|---|
| .. | ||
| Exceptions | ||
| QueryBuilder | ||
| Adapter.php | ||
| AdapterMySQL.php | ||
| AdapterOCI8.php | ||
| AdapterPgSql.php | ||
| AdapterSqlite.php | ||
| BacktraceDebugStack.php | ||
| Connection.php | ||
| ConnectionAdapter.php | ||
| ConnectionFactory.php | ||
| DbDataCollector.php | ||
| MigrationException.php | ||
| MigrationService.php | ||
| Migrator.php | ||
| MissingColumnInformation.php | ||
| MissingIndexInformation.php | ||
| MissingPrimaryKeyInformation.php | ||
| MySQLMigrator.php | ||
| MySqlTools.php | ||
| ObjectParameter.php | ||
| OCSqlitePlatform.php | ||
| OracleConnection.php | ||
| OracleMigrator.php | ||
| PgSqlTools.php | ||
| PostgreSqlMigrator.php | ||
| PreparedStatement.php | ||
| ResultAdapter.php | ||
| SchemaWrapper.php | ||
| SetTransactionIsolationLevel.php | ||
| SQLiteMigrator.php | ||
| SQLiteSessionInit.php | ||