File tree Expand file tree Collapse file tree 1 file changed +46
-1
lines changed
tests/PHPStan/Levels/data Expand file tree Collapse file tree 1 file changed +46
-1
lines changed Original file line number Diff line number Diff line change 33 "message" : " Possibly invalid array key type mixed." ,
44 "line" : 21 ,
55 "ignorable" : true
6+ },
7+ {
8+ "message" : " Possibly invalid array key type mixed." ,
9+ "line" : 30 ,
10+ "ignorable" : true
11+ },
12+ {
13+ "message" : " Cannot access offset 42 on mixed." ,
14+ "line" : 33 ,
15+ "ignorable" : true
16+ },
17+ {
18+ "message" : " Cannot access offset null on mixed." ,
19+ "line" : 34 ,
20+ "ignorable" : true
21+ },
22+ {
23+ "message" : " Cannot access offset DateTimeImmutable on mixed." ,
24+ "line" : 35 ,
25+ "ignorable" : true
26+ },
27+ {
28+ "message" : " Cannot access offset int|null on mixed." ,
29+ "line" : 36 ,
30+ "ignorable" : true
31+ },
32+ {
33+ "message" : " Cannot access offset int|object on mixed." ,
34+ "line" : 37 ,
35+ "ignorable" : true
36+ },
37+ {
38+ "message" : " Cannot access offset object|null on mixed." ,
39+ "line" : 38 ,
40+ "ignorable" : true
41+ },
42+ {
43+ "message" : " Cannot access offset mixed on mixed." ,
44+ "line" : 39 ,
45+ "ignorable" : true
46+ },
47+ {
48+ "message" : " Cannot access offset mixed on mixed." ,
49+ "line" : 40 ,
50+ "ignorable" : true
651 }
7- ]
52+ ]
You can’t perform that action at this time.
0 commit comments