mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-08 21:28:40 +00:00
Remove whitespace
This commit is contained in:
parent
c125937f05
commit
296eb7c20b
|
|
@ -52,7 +52,7 @@ class Pop3 extends EmailAbstract
|
||||||
public function connect(string $user = '', string $pass = '') : bool
|
public function connect(string $user = '', string $pass = '') : bool
|
||||||
{
|
{
|
||||||
$this->mailbox = '{' . $this->host . ':' . $this->port . '/pop3}';
|
$this->mailbox = '{' . $this->host . ':' . $this->port . '/pop3}';
|
||||||
|
|
||||||
return parent::connect();
|
return parent::connect();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user