Update docblock with correct return type

This commit is contained in:
Ben Roberts 2015-06-30 12:25:36 +01:00
parent 129e45793c
commit bafc9d5cd6

View File

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