lib: Fix PHPDoc of DbConnection::$dbAdapter

This commit is contained in:
Eric Lippmann 2015-09-07 14:43:13 +02:00
parent a52b008a74
commit e34c50bc91
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class DbConnection implements Selectable, Extensible, Updatable, Reducible, Insp
private $dbType;
/**
* @var Zend_Db_Adapter_Abstract
* @var \Zend_Db_Adapter_Abstract
*/
private $dbAdapter;