We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
|null
1 parent f42828a commit 1667bdaCopy full SHA for 1667bda
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