Remove whitespace

This commit is contained in:
Dennis Eichhorn 2018-12-09 16:30:43 +01:00
parent c125937f05
commit 296eb7c20b

View File

@ -52,7 +52,7 @@ class Pop3 extends EmailAbstract
public function connect(string $user = '', string $pass = '') : bool
{
$this->mailbox = '{' . $this->host . ':' . $this->port . '/pop3}';
return parent::connect();
}
}