Skip to content

Commit 491c428

Browse files
committed
fix psalm
1 parent e9d80c6 commit 491c428

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/system/Entity/EntityTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2368,6 +2368,9 @@ public function testHasChangedPrefersToArrayOverTraversable(): void
23682368
];
23692369
};
23702370

2371+
/**
2372+
* @extends ArrayObject<string, string>
2373+
*/
23712374
$items = new class (['iterator' => 'original']) extends ArrayObject {
23722375
/**
23732376
* @return array<string, string>

0 commit comments

Comments
 (0)