mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Make other Generator params covariant
This commit is contained in:
parent
baef67e0d8
commit
1b9273c8c0
@ -86,10 +86,10 @@ interface Iterator extends Traversable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @template TKey
|
* @template-covariant TKey
|
||||||
* @template TValue
|
* @template TValue
|
||||||
* @template TSend
|
* @template-covariant TSend
|
||||||
* @template TReturn
|
* @template-covariant TReturn
|
||||||
*
|
*
|
||||||
* @template-implements Traversable<TKey, TValue>
|
* @template-implements Traversable<TKey, TValue>
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user