File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
tests/PHPStan/Levels/data Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 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]
You can’t perform that action at this time.
0 commit comments