We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0871900 + 1667bda commit 0d96737Copy full SHA for 0d96737
stubs/Collections/Collection.stub
@@ -10,7 +10,7 @@ use IteratorAggregate;
10
* @template TKey of array-key
11
* @template T
12
* @extends IteratorAggregate<TKey, T>
13
- * @extends ArrayAccess<TKey|null, T>
+ * @extends ArrayAccess<TKey, T>
14
* @extends ReadableCollection<TKey, T>
15
*/
16
interface Collection extends Countable, IteratorAggregate, ArrayAccess, ReadableCollection
0 commit comments