Fixed indentation

This commit is contained in:
Ben Roberts 2015-05-12 14:30:03 +02:00
parent ec9c2ff671
commit 1c526b989b

View File

@ -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 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.