diff --git a/tests/PHPStan/Levels/data/arrayDimFetches-3.json b/tests/PHPStan/Levels/data/arrayDimFetches-3.json index 04ef5e889c2..a1f09d578f8 100644 --- a/tests/PHPStan/Levels/data/arrayDimFetches-3.json +++ b/tests/PHPStan/Levels/data/arrayDimFetches-3.json @@ -1,17 +1,7 @@ [ - { - "message": "Cannot access offset 1 on stdClass.", - "line": 14, - "ignorable": true - }, { "message": "Offset 'b' does not exist on array('a' => 1).", "line": 21, "ignorable": true - }, - { - "message": "Offset 'b' does not exist on array('a' => 1)|stdClass.", - "line": 28, - "ignorable": true } -] \ No newline at end of file +] diff --git a/tests/PHPStan/Levels/data/arrayDimFetches-7-missing.json b/tests/PHPStan/Levels/data/arrayDimFetches-7-missing.json deleted file mode 100644 index b7c2d4ac495..00000000000 --- a/tests/PHPStan/Levels/data/arrayDimFetches-7-missing.json +++ /dev/null @@ -1,7 +0,0 @@ -[ - { - "message": "Offset 'b' does not exist on array('a' => 1)|stdClass.", - "line": 28, - "ignorable": true - } -] \ No newline at end of file diff --git a/tests/PHPStan/Levels/data/arrayDimFetches-7.json b/tests/PHPStan/Levels/data/arrayDimFetches-7.json index 132611f89f0..15e551e8744 100644 --- a/tests/PHPStan/Levels/data/arrayDimFetches-7.json +++ b/tests/PHPStan/Levels/data/arrayDimFetches-7.json @@ -1,4 +1,9 @@ [ + { + "message": "Cannot access offset 1 on stdClass.", + "line": 14, + "ignorable": true + }, { "message": "Cannot access offset 'a' on array('a' => 1)|stdClass.", "line": 27, @@ -24,4 +29,4 @@ "line": 58, "ignorable": true } -] \ No newline at end of file +]