Skip to content

Commit d1cf59a

Browse files
committed
Fix tests
1 parent d5c2a07 commit d1cf59a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

tests/PHPStan/Levels/data/stringOffsetAccess-9.json

+20
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,39 @@
44
"line": 39,
55
"ignorable": true
66
},
7+
{
8+
"message": "Parameter #1 (mixed) of echo cannot be converted to string.",
9+
"line": 39,
10+
"ignorable": true
11+
},
712
{
813
"message": "Cannot access offset 'foo' on mixed.",
914
"line": 43,
1015
"ignorable": true
1116
},
17+
{
18+
"message": "Parameter #1 (mixed) of echo cannot be converted to string.",
19+
"line": 43,
20+
"ignorable": true
21+
},
1222
{
1323
"message": "Cannot access offset 12.34 on mixed.",
1424
"line": 47,
1525
"ignorable": true
1626
},
27+
{
28+
"message": "Parameter #1 (mixed) of echo cannot be converted to string.",
29+
"line": 47,
30+
"ignorable": true
31+
},
1732
{
1833
"message": "Cannot access offset int|object on mixed.",
1934
"line": 51,
2035
"ignorable": true
36+
},
37+
{
38+
"message": "Parameter #1 (mixed) of echo cannot be converted to string.",
39+
"line": 51,
40+
"ignorable": true
2141
}
2242
]

0 commit comments

Comments
 (0)