Skip to content

Commit aa483a2

Browse files
committed
Update Collection TKey
1 parent 0a298f2 commit aa483a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/Collections/Collection.stub

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use Countable;
77
use IteratorAggregate;
88

99
/**
10-
* @template TKey
10+
* @template TKey of array-key
1111
* @template T
1212
* @extends IteratorAggregate<TKey, T>
1313
* @extends ArrayAccess<TKey|null, T>

0 commit comments

Comments
 (0)