From 227ea2042a4e1b97f1de7ed81687b34a486e5047 Mon Sep 17 00:00:00 2001 From: Matthew Brown Date: Fri, 29 Nov 2019 11:29:22 -0500 Subject: [PATCH] Fix foreach test --- tests/Loop/ForeachTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Loop/ForeachTest.php b/tests/Loop/ForeachTest.php index 248a4b1a1..c068972f7 100644 --- a/tests/Loop/ForeachTest.php +++ b/tests/Loop/ForeachTest.php @@ -775,7 +775,7 @@ class ForeachTest extends \Psalm\Tests\TestCase } /** - * @return ArrayIterator + * @return ArrayIterator */ public function getIterator(): \ArrayIterator {