Skip to content

Commit

Permalink
PHP 8.2 > Creation of dynamic property Class::$property is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
thirsch committed Feb 11, 2024
1 parent 9454f46 commit 2420214
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/acceptance/Swift/Mime/AttachmentAcceptanceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class Swift_Mime_AttachmentAcceptanceTest extends \PHPUnit\Framework\TestCase
private $cache;
private $headers;
private $emailValidator;
private $idGenerator;

protected function setUp()
{
Expand Down
1 change: 1 addition & 0 deletions tests/acceptance/Swift/Mime/EmbeddedFileAcceptanceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class Swift_Mime_EmbeddedFileAcceptanceTest extends \PHPUnit\Framework\TestCase
private $cache;
private $headers;
private $emailValidator;
private $idGenerator;

protected function setUp()
{
Expand Down
1 change: 1 addition & 0 deletions tests/acceptance/Swift/Mime/MimePartAcceptanceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class Swift_Mime_MimePartAcceptanceTest extends \PHPUnit\Framework\TestCase
private $cache;
private $headers;
private $emailValidator;
private $idGenerator;

protected function setUp()
{
Expand Down

0 comments on commit 2420214

Please sign in to comment.