Declare object variable $Smtp for PHP 8.2 compatibility
In PHP 8.2 dynamic property are deprecated.
This commit is contained in:
parent
290b2e36d1
commit
844c1fc933
|
|
@ -23,6 +23,8 @@ use PHPMailer\Test\SendTestCase;
|
|||
*/
|
||||
final class PHPMailerTest extends SendTestCase
|
||||
{
|
||||
private $Smtp;
|
||||
|
||||
/**
|
||||
* Test low priority.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue