@@ -81,7 +81,7 @@ |
||
81 | 81 | public function unregister(Metric $metric): self |
82 | 82 | { |
83 | 83 | $this->collector($metric) |
84 | - ->forget(get_class($metric)); |
|
84 | + ->forget(get_class($metric)); |
|
85 | 85 | |
86 | 86 | return $this; |
87 | 87 | } |
@@ -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 |