We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c26b233 commit b2fc1b5Copy full SHA for b2fc1b5
src/Transformers/Stats.php
@@ -70,7 +70,7 @@ protected function avg(array $values): array
70
71
return [
72
'time' => array_sum($this->arr->pluck($values, 'time')) / count($values),
73
- 'ram' => array_sum($this->arr->pluck($values, 'ram')) / count($values),
+ 'ram' => array_sum($this->arr->pluck($values, 'ram')) / count($values),
74
];
75
}
76
0 commit comments