Skip to content

Commit

Permalink
Fix return type
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Jun 6, 2014
1 parent e1184cc commit 8eb8d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/PMA.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function __set($param, $value)
/**
* Accessor to PMA::$databases
*
* @return PMA_List_Databases
* @return PMA_List_Database
*/
public function getDatabaseList()
{
Expand Down

0 comments on commit 8eb8d5a

Please sign in to comment.