Skip to content

Commit

Permalink
Merge pull request #1249 from Baraka24/avoid-depracations
Browse files Browse the repository at this point in the history
[FIX]hm-smtp.php: Declare properties to avoid deprecated dynamic prop…
  • Loading branch information
Yannick243 authored Oct 5, 2024
2 parents 4f9255e + 6873623 commit 8837a80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/smtp/hm-smtp.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ class Hm_SMTP {
public $state;
private $request_auths = array();
private $scramAuthenticator;
private $supports_tls;
private $supports_auth;
private $max_message_size;

function __construct($conf) {
$this->scramAuthenticator = new ScramAuthenticator();
Expand Down

0 comments on commit 8837a80

Please sign in to comment.