Skip to content

Commit

Permalink
Merge pull request #9841 from derrabus/bugfix/dynamic-property
Browse files Browse the repository at this point in the history
Add missing property declaration
  • Loading branch information
greg0ire authored Jun 12, 2022
2 parents 3dc5581 + e9135b8 commit e30426c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ class ExtraLazyCollectionTest extends OrmFunctionalTestCase
/** @var CmsPhonenumber */
private $phonenumber;

/** @var array<string, mixed> */
private $previousCacheConfig = [];

protected function setUp(): void
{
$this->useModelSet('tweet');
Expand Down

0 comments on commit e30426c

Please sign in to comment.