lib: Fix PHPDoc of DbConnection::getDbApdater()

This commit is contained in:
Eric Lippmann 2015-09-03 16:20:29 +02:00
parent 6a684a97df
commit cf917b59f8
1 changed files with 1 additions and 1 deletions

View File

@ -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()
{