From ec9c2ff671357ae1e68a0da1ebabb868ddfeda25 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Tue, 12 May 2015 14:22:24 +0200 Subject: [PATCH] Fixed indentation --- src/Fetch/Server.php | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) 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.