diff --git a/src/Fetch/Server.php b/src/Fetch/Server.php index 23b8459..5aa684f 100644 --- a/src/Fetch/Server.php +++ b/src/Fetch/Server.php @@ -446,21 +446,21 @@ class Server return (boolean) $this->getMailBoxDetails($mailbox); } - /** - * Return information about the mailbox or mailboxes - * - * @param $mailbox - * - * @return bool - */ - public function getMailBoxDetails($mailbox) - { - return imap_getmailboxes( - $this->getImapStream(), - $this->getServerString(), - $this->getServerSpecification() . $mailbox - ); - } + /** + * Return information about the mailbox or mailboxes + * + * @param $mailbox + * + * @return bool + */ + public function getMailBoxDetails($mailbox) + { + return imap_getmailboxes( + $this->getImapStream(), + $this->getServerString(), + $this->getServerSpecification() . $mailbox + ); + } /** * Creates the given mailbox.