From 5b21e40623a931c05c3d67df9aefe1030b9e0ca6 Mon Sep 17 00:00:00 2001 From: Ahmed Ashraf Date: Tue, 4 Oct 2022 12:08:28 +0200 Subject: [PATCH] fix unset test case --- tests/PHPStan/Levels/data/arrayDimFetches-7.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tests/PHPStan/Levels/data/arrayDimFetches-7.json b/tests/PHPStan/Levels/data/arrayDimFetches-7.json index 50ce04c3f54..3b315d40bfc 100644 --- a/tests/PHPStan/Levels/data/arrayDimFetches-7.json +++ b/tests/PHPStan/Levels/data/arrayDimFetches-7.json @@ -28,10 +28,5 @@ "message": "Cannot access offset 'foo' on iterable.", "line": 58, "ignorable": true - }, - { - "message": "Cannot access offset 'foo' on iterable.", - "line": 66, - "ignorable": true } -] \ No newline at end of file +]