Skip to content

Commit

Permalink
lib: Fix PHPDoc of DbConnection::getDbApdater()
Browse files Browse the repository at this point in the history
  • Loading branch information
lippserd committed Sep 3, 2015
1 parent 6a684a9 commit cf917b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Icinga/Data/Db/DbConnection.php
Expand Up @@ -112,7 +112,7 @@ public function getDbType()
/**
* Getter for the Zend_Db_Adapter
*
* @return Zend_Db_Adapter_Abstract
* @return \Zend_Db_Adapter_Abstract
*/
public function getDbAdapter()
{
Expand Down

0 comments on commit cf917b5

Please sign in to comment.