mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +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 TSend
|
||||
* @template TReturn
|
||||
* @template-covariant TSend
|
||||
* @template-covariant TReturn
|
||||
*
|
||||
* @template-implements Traversable<TKey, TValue>
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user