@@ -36,7 +36,7 @@ |
||
36 | 36 | ::parse() |
37 | 37 | ->flatMap(function (array $item) use ($quantiles) { |
38 | 38 | ['name' => $name, |
39 | - 'labels' => $labels] = $item; |
|
39 | + 'labels' => $labels] = $item; |
|
40 | 40 | |
41 | 41 | $values = !$item['value'] instanceof Collection |
42 | 42 | ? new Collection |
@@ -74,7 +74,7 @@ |
||
74 | 74 | public function unregister(Metric $metric): self |
75 | 75 | { |
76 | 76 | $this->collector($metric) |
77 | - ->forget($metric::class); |
|
77 | + ->forget($metric::class); |
|
78 | 78 | |
79 | 79 | return $this; |
80 | 80 | } |