1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Fix foreach test

This commit is contained in:
Matthew Brown 2019-11-29 11:29:22 -05:00
parent 45bf8eee00
commit 227ea2042a

View File

@ -775,7 +775,7 @@ class ForeachTest extends \Psalm\Tests\TestCase
}
/**
* @return ArrayIterator<mixed, Item>
* @return ArrayIterator<array-key, Item>
*/
public function getIterator(): \ArrayIterator
{