Declare object variable $Smtp for PHP 8.2 compatibility

In PHP 8.2 dynamic property are deprecated.
This commit is contained in:
Fonata 2021-12-08 18:53:21 +01:00 committed by GitHub
parent 290b2e36d1
commit 844c1fc933
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ use PHPMailer\Test\SendTestCase;
*/
final class PHPMailerTest extends SendTestCase
{
private $Smtp;
/**
* Test low priority.
*/