mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/12012] Fix docs in connection manager
PHPBB3-12012
This commit is contained in:
parent
0a953ddb15
commit
4775ad59b0
1 changed files with 3 additions and 1 deletions
|
@ -12,9 +12,11 @@ require_once dirname(__FILE__) . '/phpbb_database_connection_odbc_pdo_wrapper.ph
|
|||
|
||||
class phpbb_database_test_connection_manager
|
||||
{
|
||||
/** @var array */
|
||||
private $config;
|
||||
/** @var array */
|
||||
private $dbms;
|
||||
/** @var PDO */
|
||||
/** @var \PDO */
|
||||
private $pdo;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue