mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11015] Fix db connection type hint in lock_db
PHPBB3-11015
This commit is contained in:
parent
d6cca4e2c0
commit
c34ca32795
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class phpbb_lock_db
|
||||||
* @param array $config The phpBB configuration
|
* @param array $config The phpBB configuration
|
||||||
* @param dbal $db A database connection
|
* @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_name = $config_name;
|
||||||
$this->config = $config;
|
$this->config = $config;
|
||||||
|
|
Loading…
Add table
Reference in a new issue