Skip to content

Commit

Permalink
Update Collection TKey
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Sep 29, 2022
1 parent 0a298f2 commit aa483a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/Collections/Collection.stub
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Countable;
use IteratorAggregate;

/**
* @template TKey
* @template TKey of array-key
* @template T
* @extends IteratorAggregate<TKey, T>
* @extends ArrayAccess<TKey|null, T>
Expand Down

0 comments on commit aa483a2

Please sign in to comment.