Skip to content

Commit 3bc08c5

Browse files
committed
chore: Added missing annotations
1 parent 4c5b7df commit 3bc08c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/JavaScript/Map.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,15 @@
1313
final readonly class Map
1414
{
1515
/**
16+
* The items contained in the Map.
17+
*
1618
* @var array<TKey, TValue>
1719
*/
1820
private array $items;
1921

2022
/**
23+
* Create a new Map instance.
24+
*
2125
* @param object|string|array<TKey, TValue>|null $items
2226
*/
2327
public function __construct(object|array|string|null $items = [])

0 commit comments

Comments
 (0)