From 1c526b989ba075bb376d164109046792c9e425a6 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Tue, 12 May 2015 14:30:03 +0200 Subject: [PATCH] Fixed indentation --- src/Fetch/Server.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/Fetch/Server.php b/src/Fetch/Server.php index 5aa684f..32ad021 100644 --- a/src/Fetch/Server.php +++ b/src/Fetch/Server.php @@ -446,21 +446,21 @@ public function hasMailBox($mailbox) return (boolean) $this->getMailBoxDetails($mailbox); } - /** - * Return information about the mailbox or mailboxes - * - * @param $mailbox - * - * @return bool - */ - public function 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 ); - } + } /** * Creates the given mailbox.