mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
docs: fix doc comments
This commit is contained in:
parent
f7e6cffb0f
commit
c5fee4389c
@ -56,7 +56,11 @@ class Email extends BaseConfig
|
||||
public bool $SMTPKeepAlive = false;
|
||||
|
||||
/**
|
||||
* SMTP Encryption. Either tls or ssl
|
||||
* SMTP Encryption.
|
||||
*
|
||||
* @var string '', 'tls' or 'ssl'. 'tls' will issue a STARTTLS command
|
||||
* to the server. 'ssl' means implicit SSL. Connection on port
|
||||
* 465 should set this to ''.
|
||||
*/
|
||||
public string $SMTPCrypto = 'tls';
|
||||
|
||||
|
@ -113,7 +113,9 @@ class Email
|
||||
/**
|
||||
* SMTP Encryption
|
||||
*
|
||||
* @var string Empty, 'tls' or 'ssl'
|
||||
* @var string '', 'tls' or 'ssl'. 'tls' will issue a STARTTLS command
|
||||
* to the server. 'ssl' means implicit SSL. Connection on port
|
||||
* 465 should set this to ''.
|
||||
*/
|
||||
public $SMTPCrypto = '';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user