Skip to content

Commit

Permalink
Set the type of the returned object
Browse files Browse the repository at this point in the history
  • Loading branch information
madhuracj committed Nov 10, 2013
1 parent 064944a commit 94491ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/Response.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public function disable()
/**
* Returns a PMA_Header object
*
* @return object
* @return PMA_Header
*/
public function getHeader()
{
Expand All @@ -194,7 +194,7 @@ public function getHeader()
/**
* Returns a PMA_Footer object
*
* @return object
* @return PMA_Footer
*/
public function getFooter()
{
Expand Down

0 comments on commit 94491ea

Please sign in to comment.