Skip to content

Commit d2675f5

Browse files
author
tchapi
committed
fix var decl
1 parent e176469 commit d2675f5

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/Services/IMAPAuth.php

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,18 @@ final class IMAPAuth extends AbstractBasic
3333
private $autoCreate;
3434

3535
/**
36-
* IMAP server in the form host[:port].
36+
* IMAP server host.
3737
*
3838
* @var string
3939
*/
40-
private $IMAPAuthUrl;
40+
private $IMAPHost;
41+
42+
/**
43+
* IMAP server port.
44+
*
45+
* @var int
46+
*/
47+
private $IMAPPort;
4148

4249
/**
4350
* IMAP encryption method. Could be ssl, tls or false.

0 commit comments

Comments
 (0)