Skip to content

Commit b6a1156

Browse files
thirschthePanz
authored andcommitted
PHP 8.2 > Creation of dynamic property Class::$property is deprecated
1 parent 3375511 commit b6a1156

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tests/acceptance/Swift/Mime/AttachmentAcceptanceTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ class Swift_Mime_AttachmentAcceptanceTest extends \PHPUnit\Framework\TestCase
88
private $cache;
99
private $headers;
1010
private $emailValidator;
11+
private $idGenerator;
1112

1213
protected function setUp()
1314
{

tests/acceptance/Swift/Mime/EmbeddedFileAcceptanceTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ class Swift_Mime_EmbeddedFileAcceptanceTest extends \PHPUnit\Framework\TestCase
88
private $cache;
99
private $headers;
1010
private $emailValidator;
11+
private $idGenerator;
1112

1213
protected function setUp()
1314
{

tests/acceptance/Swift/Mime/MimePartAcceptanceTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ class Swift_Mime_MimePartAcceptanceTest extends \PHPUnit\Framework\TestCase
88
private $cache;
99
private $headers;
1010
private $emailValidator;
11+
private $idGenerator;
1112

1213
protected function setUp()
1314
{

0 commit comments

Comments
 (0)