We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 428ef84 commit aa75de0Copy full SHA for aa75de0
tests/PHPStan/Levels/data/print_-2.json
@@ -1,12 +1,12 @@
1
[
2
{
3
- "message": "Parameter array of print cannot be converted to string.",
+ "message": "Parameter array<mixed> of print cannot be converted to string.",
4
"line": 21,
5
"ignorable": true
6
},
7
8
- "message": "Parameter array|(callable(): mixed) of print cannot be converted to string.",
+ "message": "Parameter array<mixed>|(callable(): mixed) of print cannot be converted to string.",
9
"line": 22,
10
11
}
12
-]
+]
0 commit comments