Skip to content

Commit d207194

Browse files
committed
fix wront param type
1 parent cfd2a60 commit d207194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Email/Email.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ class Email
282282
/**
283283
* Which SMTP atuh method to use ('LOGIN', 'PLAIN')
284284
*
285-
* @var bool
285+
* @var string
286286
*/
287287
protected $SMTPAuthMethod = 'LOGIN';
288288

0 commit comments

Comments
 (0)