Skip to content

Commit 4433eb2

Browse files
committed
Missing space added
1 parent ab037ff commit 4433eb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/IMAP/Client.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,7 @@ protected function getAddress() {
531531
if (in_array($this->encryption,['tls','ssl'])) {
532532
$address .= '/'.$this->encryption;
533533
}
534+
534535
$address .= '}';
535536

536537
return $address;

0 commit comments

Comments
 (0)