Skip to content

Commit eca550a

Browse files
committed
Fix build
1 parent 84f1b65 commit eca550a

File tree

4 files changed

+7
-26
lines changed

4 files changed

+7
-26
lines changed
Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
11
[
2-
{
3-
"message": "Cannot access offset 1 on stdClass.",
4-
"line": 14,
5-
"ignorable": true
6-
},
72
{
83
"message": "Offset 'b' does not exist on array('a' => 1).",
94
"line": 21,
105
"ignorable": true
11-
},
12-
{
13-
"message": "Offset 'b' does not exist on array('a' => 1)|stdClass.",
14-
"line": 28,
15-
"ignorable": true
166
}
17-
]
7+
]

tests/PHPStan/Levels/data/arrayDimFetches-7-missing.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

tests/PHPStan/Levels/data/arrayDimFetches-7.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[
2+
{
3+
"message": "Cannot access offset 1 on stdClass.",
4+
"line": 14,
5+
"ignorable": true
6+
},
27
{
38
"message": "Cannot access offset 'a' on array('a' => 1)|stdClass.",
49
"line": 27,
@@ -24,4 +29,4 @@
2429
"line": 58,
2530
"ignorable": true
2631
}
27-
]
32+
]

tests/PHPStan/Levels/data/arrayDimFetches-8-missing.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)