forked from phpstan/phpstan-src
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharraySum-4.json
More file actions
42 lines (42 loc) · 1.13 KB
/
arraySum-4.json
File metadata and controls
42 lines (42 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[
{
"message": "Call to function array_sum() on a separate line has no effect.",
"line": 19,
"ignorable": true
},
{
"message": "Call to function array_sum() on a separate line has no effect.",
"line": 20,
"ignorable": true
},
{
"message": "Call to function array_sum() on a separate line has no effect.",
"line": 21,
"ignorable": true
},
{
"message": "Call to function array_sum() on a separate line has no effect.",
"line": 22,
"ignorable": true
},
{
"message": "Call to function array_sum() on a separate line has no effect.",
"line": 23,
"ignorable": true
},
{
"message": "Call to function array_sum() on a separate line has no effect.",
"line": 24,
"ignorable": true
},
{
"message": "Call to function array_sum() on a separate line has no effect.",
"line": 25,
"ignorable": true
},
{
"message": "Call to function array_sum() on a separate line has no effect.",
"line": 26,
"ignorable": true
}
]