Skip to content

Commit 37cf1bf

Browse files
ip-qipaulbalandan
andauthored
Update system/Email/Email.php
apply suggestion for declaring string type of $SMTPAuthMethod Co-authored-by: John Paul E. Balandan, CPA <[email protected]>
1 parent f3b64ed commit 37cf1bf

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
@@ -284,7 +284,7 @@ class Email
284284
*
285285
* @var string
286286
*/
287-
protected $SMTPAuthMethod = 'login';
287+
protected string $SMTPAuthMethod = 'login';
288288

289289
/**
290290
* Whether to send a Reply-To header

0 commit comments

Comments
 (0)