1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/11015] Change more docblocks to phpbb_db_driver.

PHPBB3-11015
This commit is contained in:
Oleg Pudeyev
2012-12-13 18:00:12 -05:00
parent 1774dd2af4
commit 12bc77d034
4 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ class phpbb_config_db extends phpbb_config
/**
* Database connection
* @var dbal
* @var phpbb_db_driver
*/
protected $db;
@@ -42,7 +42,7 @@ class phpbb_config_db extends phpbb_config
/**
* Creates a configuration container with a default set of values
*
* @param dbal $db Database connection
* @param phpbb_db_driver $db Database connection
* @param phpbb_cache_driver_interface $cache Cache instance
* @param string $table Configuration table name
*/