From aa483a2f397c0bf6596c8342330ea55a955ba2f7 Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Thu, 29 Sep 2022 22:05:45 +0200 Subject: [PATCH] Update Collection TKey --- stubs/Collections/Collection.stub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/Collections/Collection.stub b/stubs/Collections/Collection.stub index 90fb8843..7abdf0da 100644 --- a/stubs/Collections/Collection.stub +++ b/stubs/Collections/Collection.stub @@ -7,7 +7,7 @@ use Countable; use IteratorAggregate; /** - * @template TKey + * @template TKey of array-key * @template T * @extends IteratorAggregate * @extends ArrayAccess