Skip to content

Commit

Permalink
[FIX]hm-smtp.php: Declare properties to avoid deprecated dynamic prop…
Browse files Browse the repository at this point in the history
…erties creation in PHP 8.2+
  • Loading branch information
Baraka24 committed Oct 2, 2024
1 parent a4af806 commit 6873623
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 6873623

Please sign in to comment.