From 03fc544af4189c3cfa5dad319df27dadf77ea54b Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Thu, 1 Dec 2022 20:17:17 +0100 Subject: [PATCH] Fix --- tests/Loop/ForeachTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Loop/ForeachTest.php b/tests/Loop/ForeachTest.php index d7475d10e..ec0ab856d 100644 --- a/tests/Loop/ForeachTest.php +++ b/tests/Loop/ForeachTest.php @@ -1092,6 +1092,7 @@ class ForeachTest extends TestCase $currentIndexes ); + /** @psalm-suppress PossiblyUndefinedArrayOffset */ $currentIndexes[0]++; } }'