1
0
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:
Igor Wiedler
2012-07-21 19:35:45 +02:00
parent d6cca4e2c0
commit c34ca32795

View File

@@ -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;