1
0
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:
Matthew Brown 2019-11-30 01:11:50 -05:00
parent d134482ee7
commit 8f8301b6de

View File

@ -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>