File tree 3 files changed +6
-6
lines changed
tests/PHPStan/Levels/data
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[
2
2
{
3
- "message" : " Part $array (array) of encapsed string cannot be cast to string." ,
3
+ "message" : " Part $array (array<mixed> ) of encapsed string cannot be cast to string." ,
4
4
"line" : 21 ,
5
5
"ignorable" : true
6
6
},
7
7
{
8
- "message" : " Part $arrayOrCallable (array|(callable(): mixed)) of encapsed string cannot be cast to string." ,
8
+ "message" : " Part $arrayOrCallable (array<mixed> |(callable(): mixed)) of encapsed string cannot be cast to string." ,
9
9
"line" : 22 ,
10
10
"ignorable" : true
11
11
}
Original file line number Diff line number Diff line change 1
1
[
2
2
{
3
- "message" : " Part $arrayOrFloatOrInt (array|float|int) of encapsed string cannot be cast to string." ,
3
+ "message" : " Part $arrayOrFloatOrInt (array<mixed> |float|int) of encapsed string cannot be cast to string." ,
4
4
"line" : 23 ,
5
5
"ignorable" : true
6
6
},
7
7
{
8
- "message" : " Part $arrayOrString (array|string) of encapsed string cannot be cast to string." ,
8
+ "message" : " Part $arrayOrString (array<mixed> |string) of encapsed string cannot be cast to string." ,
9
9
"line" : 24 ,
10
10
"ignorable" : true
11
11
}
Original file line number Diff line number Diff line change 1
1
[
2
2
{
3
- "message" : " Parameter array|float|int of print cannot be converted to string." ,
3
+ "message" : " Parameter array<mixed> |float|int of print cannot be converted to string." ,
4
4
"line" : 23 ,
5
5
"ignorable" : true
6
6
},
7
7
{
8
- "message" : " Parameter array|string of print cannot be converted to string." ,
8
+ "message" : " Parameter array<mixed> |string of print cannot be converted to string." ,
9
9
"line" : 24 ,
10
10
"ignorable" : true
11
11
}
You can’t perform that action at this time.
0 commit comments