mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Align Generator covariance with PHPStan
This commit is contained in:
parent
d134482ee7
commit
8f8301b6de
@ -88,7 +88,7 @@ interface Iterator extends Traversable {
|
||||
/**
|
||||
* @template-covariant TKey
|
||||
* @template TValue
|
||||
* @template-covariant TSend
|
||||
* @template TSend
|
||||
* @template-covariant TReturn
|
||||
*
|
||||
* @template-implements Traversable<TKey, TValue>
|
||||
|
Loading…
Reference in New Issue
Block a user