forked from phpstan/phpstan-src
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharraySum-7.json
More file actions
22 lines (22 loc) · 741 Bytes
/
arraySum-7.json
File metadata and controls
22 lines (22 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
{
"message": "Parameter #1 $array of function array_sum expects an array of values castable to number, array<int|string> given.",
"line": 21,
"ignorable": true
},
{
"message": "Parameter #1 $array of function array_sum expects array, array<int>|Levels\\ArraySum\\Foo given.",
"line": 22,
"ignorable": true
},
{
"message": "Parameter #1 $array of function array_sum expects array, array<string>|Levels\\ArraySum\\Foo given.",
"line": 23,
"ignorable": true
},
{
"message": "Parameter #1 $array of function array_sum expects array, array<int|string>|Levels\\ArraySum\\Foo given.",
"line": 24,
"ignorable": true
}
]