Skip to content

Commit 9628a15

Browse files
Fix level 10
1 parent 03b04f5 commit 9628a15

File tree

1 file changed

+46
-1
lines changed

1 file changed

+46
-1
lines changed

tests/PHPStan/Levels/data/arrayOffsetAccess-10.json

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,50 @@
33
"message": "Possibly invalid array key type mixed.",
44
"line": 22,
55
"ignorable": true
6+
},
7+
{
8+
"message": "Possibly invalid array key type mixed.",
9+
"line": 31,
10+
"ignorable": true
11+
},
12+
{
13+
"message": "Cannot access offset 42 on mixed.",
14+
"line": 42,
15+
"ignorable": true
16+
},
17+
{
18+
"message": "Cannot access offset null on mixed.",
19+
"line": 43,
20+
"ignorable": true
21+
},
22+
{
23+
"message": "Cannot access offset DateTimeImmutable on mixed.",
24+
"line": 44,
25+
"ignorable": true
26+
},
27+
{
28+
"message": "Cannot access offset int|null on mixed.",
29+
"line": 45,
30+
"ignorable": true
31+
},
32+
{
33+
"message": "Cannot access offset int|object on mixed.",
34+
"line": 46,
35+
"ignorable": true
36+
},
37+
{
38+
"message": "Cannot access offset object|null on mixed.",
39+
"line": 47,
40+
"ignorable": true
41+
},
42+
{
43+
"message": "Cannot access offset mixed on mixed.",
44+
"line": 48,
45+
"ignorable": true
46+
},
47+
{
48+
"message": "Cannot access offset mixed on mixed.",
49+
"line": 49,
50+
"ignorable": true
651
}
7-
]
52+
]

0 commit comments

Comments
 (0)