Adjust tests as well
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
713f684a8b
commit
1aef2f417b
|
@ -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 New Issue