Skip to content

Commit

Permalink
Fix: dynamic properties deprecation (#22)
Browse files Browse the repository at this point in the history
Editing line length of var $greetings comment an change tabs to spaces on indents
  • Loading branch information
schengawegga committed Dec 10, 2022
1 parent 11b5eee commit b11363a
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Mail/smtp.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,14 @@ class Mail_smtp extends Mail {
*/
var $debug = false;

/**
* we need the greeting; from it we can extract the authorative name of the mail server we've really connected to.
* ideal if we're connecting to a round-robin of relay servers and need to track which exact one took the email
*
* @var string
*/
var $greeting = null;
/**
* we need the greeting; from it we can extract the authorative name of the mail
* server we've really connected to. ideal if we're connecting to a round-robin
* of relay servers and need to track which exact one took the email
*
* @var string
*/
var $greeting = null;

/**
* Indicates whether or not the SMTP connection should persist over
Expand Down

0 comments on commit b11363a

Please sign in to comment.