Skip to content

Commit 7e0ddbf

Browse files
committed
docs: fix doc comments
1 parent ef98d40 commit 7e0ddbf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/Config/Email.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Email extends BaseConfig
2626
public string $mailPath = '/usr/sbin/sendmail';
2727

2828
/**
29-
* SMTP Server Address
29+
* SMTP Server Hostname
3030
*/
3131
public string $SMTPHost = '';
3232

system/Email/Email.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class Email
7171
public $protocol = 'mail';
7272

7373
/**
74-
* STMP Server host
74+
* STMP Server Hostname
7575
*
7676
* @var string
7777
*/

0 commit comments

Comments
 (0)