mirror of
https://github.com/retailcrm/Fetch.git
synced 2024-11-25 04:26:02 +03:00
cs fixer
This commit is contained in:
parent
5e78459970
commit
e8843a11f2
@ -159,8 +159,6 @@ class Server
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$this->mailbox = $mailbox;
|
$this->mailbox = $mailbox;
|
||||||
if (isset($this->imapStream)) {
|
if (isset($this->imapStream)) {
|
||||||
$this->setImapStream();
|
$this->setImapStream();
|
||||||
@ -449,7 +447,7 @@ class Server
|
|||||||
/**
|
/**
|
||||||
* List available mailboxes
|
* List available mailboxes
|
||||||
*
|
*
|
||||||
* @param string $pattern
|
* @param string $pattern
|
||||||
*
|
*
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user