We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 491c428 commit d57d406Copy full SHA for d57d406
1 file changed
tests/system/Entity/EntityTest.php
@@ -2368,9 +2368,7 @@ public function testHasChangedPrefersToArrayOverTraversable(): void
2368
];
2369
};
2370
2371
- /**
2372
- * @extends ArrayObject<string, string>
2373
- */
+ /** @extends ArrayObject<string, string> */
2374
$items = new class (['iterator' => 'original']) extends ArrayObject {
2375
/**
2376
* @return array<string, string>
0 commit comments