lib: Fix PHPDoc of DbConnection::getDbApdater()
This commit is contained in:
parent
6a684a97df
commit
cf917b59f8
|
@ -112,7 +112,7 @@ class DbConnection implements Selectable, Extensible, Updatable, Reducible, Insp
|
|||
/**
|
||||
* Getter for the Zend_Db_Adapter
|
||||
*
|
||||
* @return Zend_Db_Adapter_Abstract
|
||||
* @return \Zend_Db_Adapter_Abstract
|
||||
*/
|
||||
public function getDbAdapter()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue