mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
Merge branch 'ticket/17337' into ticket/17337-master
This commit is contained in:
@@ -286,7 +286,7 @@ abstract class phpbb_database_test_case extends TestCase
|
||||
return $this->createDefaultDBConnection($manager->get_pdo(), 'testdb');
|
||||
}
|
||||
|
||||
public function new_dbal()
|
||||
public function new_dbal() : \phpbb\db\driver\driver_interface
|
||||
{
|
||||
$config = $this->get_database_config();
|
||||
|
||||
|
Reference in New Issue
Block a user