mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/11015] Fix db connection type hint in lock_db
PHPBB3-11015
This commit is contained in:
@@ -61,7 +61,7 @@ class phpbb_lock_db
|
||||
* @param array $config The phpBB configuration
|
||||
* @param dbal $db A database connection
|
||||
*/
|
||||
public function __construct($config_name, phpbb_config $config, dbal $db)
|
||||
public function __construct($config_name, phpbb_config $config, phpbb_db_driver $db)
|
||||
{
|
||||
$this->config_name = $config_name;
|
||||
$this->config = $config;
|
||||
|
Reference in New Issue
Block a user