Skip to content

Commit aa75de0

Browse files
committed
Fixed tests
1 parent 428ef84 commit aa75de0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: tests/PHPStan/Levels/data/print_-2.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[
22
{
3-
"message": "Parameter array of print cannot be converted to string.",
3+
"message": "Parameter array<mixed> of print cannot be converted to string.",
44
"line": 21,
55
"ignorable": true
66
},
77
{
8-
"message": "Parameter array|(callable(): mixed) of print cannot be converted to string.",
8+
"message": "Parameter array<mixed>|(callable(): mixed) of print cannot be converted to string.",
99
"line": 22,
1010
"ignorable": true
1111
}
12-
]
12+
]

0 commit comments

Comments
 (0)