lib: Fix PHPDoc of DbConnection::$dbAdapter
This commit is contained in:
parent
a52b008a74
commit
e34c50bc91
|
@ -43,7 +43,7 @@ class DbConnection implements Selectable, Extensible, Updatable, Reducible, Insp
|
||||||
private $dbType;
|
private $dbType;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var Zend_Db_Adapter_Abstract
|
* @var \Zend_Db_Adapter_Abstract
|
||||||
*/
|
*/
|
||||||
private $dbAdapter;
|
private $dbAdapter;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue