Skip to content

Commit

Permalink
docs: fix doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Dec 9, 2023
1 parent ef98d40 commit 7e0ddbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Config/Email.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Email extends BaseConfig
public string $mailPath = '/usr/sbin/sendmail';

/**
* SMTP Server Address
* SMTP Server Hostname
*/
public string $SMTPHost = '';

Expand Down
2 changes: 1 addition & 1 deletion system/Email/Email.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class Email
public $protocol = 'mail';

/**
* STMP Server host
* STMP Server Hostname
*
* @var string
*/
Expand Down

0 comments on commit 7e0ddbf

Please sign in to comment.