Merge pull request #139 from benr77/patch-1

Update docblock with correct return type
This commit is contained in:
Robert Hafner 2015-07-09 14:17:57 -07:00
commit 9bcd94b866

View File

@ -451,7 +451,7 @@ class Server
* *
* @param $mailbox * @param $mailbox
* *
* @return bool * @return array
*/ */
public function getMailBoxDetails($mailbox) public function getMailBoxDetails($mailbox)
{ {