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:
parent
45bf8eee00
commit
227ea2042a
@ -775,7 +775,7 @@ class ForeachTest extends \Psalm\Tests\TestCase
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return ArrayIterator<mixed, Item>
|
* @return ArrayIterator<array-key, Item>
|
||||||
*/
|
*/
|
||||||
public function getIterator(): \ArrayIterator
|
public function getIterator(): \ArrayIterator
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user