mirror of
https://github.com/retailcrm/Fetch.git
synced 2025-04-04 22:03:36 +03:00
cs fixer
This commit is contained in:
parent
5e78459970
commit
e8843a11f2
1 changed files with 1 additions and 3 deletions
|
@ -159,8 +159,6 @@ class Server
|
|||
return false;
|
||||
}
|
||||
|
||||
|
||||
|
||||
$this->mailbox = $mailbox;
|
||||
if (isset($this->imapStream)) {
|
||||
$this->setImapStream();
|
||||
|
@ -449,7 +447,7 @@ class Server
|
|||
/**
|
||||
* List available mailboxes
|
||||
*
|
||||
* @param string $pattern
|
||||
* @param string $pattern
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue