mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
Adjust tests as well
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
713f684a8b
commit
1aef2f417b
1 changed files with 2 additions and 2 deletions
|
|
@ -18,10 +18,10 @@ use Test\TestCase;
|
|||
|
||||
class TestCollationRepair extends Collation {
|
||||
/**
|
||||
* @param \Doctrine\DBAL\Connection $connection
|
||||
* @param IDBConnection $connection
|
||||
* @return string[]
|
||||
*/
|
||||
public function getAllNonUTF8BinTables($connection) {
|
||||
public function getAllNonUTF8BinTables(IDBConnection $connection) {
|
||||
return parent::getAllNonUTF8BinTables($connection);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue