File tree 1 file changed +20
-0
lines changed
tests/PHPStan/Levels/data
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 4
4
"line" : 39 ,
5
5
"ignorable" : true
6
6
},
7
+ {
8
+ "message" : " Parameter #1 (mixed) of echo cannot be converted to string." ,
9
+ "line" : 39 ,
10
+ "ignorable" : true
11
+ },
7
12
{
8
13
"message" : " Cannot access offset 'foo' on mixed." ,
9
14
"line" : 43 ,
10
15
"ignorable" : true
11
16
},
17
+ {
18
+ "message" : " Parameter #1 (mixed) of echo cannot be converted to string." ,
19
+ "line" : 43 ,
20
+ "ignorable" : true
21
+ },
12
22
{
13
23
"message" : " Cannot access offset 12.34 on mixed." ,
14
24
"line" : 47 ,
15
25
"ignorable" : true
16
26
},
27
+ {
28
+ "message" : " Parameter #1 (mixed) of echo cannot be converted to string." ,
29
+ "line" : 47 ,
30
+ "ignorable" : true
31
+ },
17
32
{
18
33
"message" : " Cannot access offset int|object on mixed." ,
19
34
"line" : 51 ,
20
35
"ignorable" : true
36
+ },
37
+ {
38
+ "message" : " Parameter #1 (mixed) of echo cannot be converted to string." ,
39
+ "line" : 51 ,
40
+ "ignorable" : true
21
41
}
22
42
]
You can’t perform that action at this time.
0 commit comments