Skip to content

Commit 1667bda

Browse files
committed
Collection stub - we do not need |null in ArrayAccess TKey
Closes #557
1 parent f42828a commit 1667bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: stubs/Collections/Collection.stub

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use IteratorAggregate;
1010
* @template TKey of array-key
1111
* @template T
1212
* @extends IteratorAggregate<TKey, T>
13-
* @extends ArrayAccess<TKey|null, T>
13+
* @extends ArrayAccess<TKey, T>
1414
* @extends ReadableCollection<TKey, T>
1515
*/
1616
interface Collection extends Countable, IteratorAggregate, ArrayAccess, ReadableCollection

0 commit comments

Comments
 (0)