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 8cb9f22 commit ff5dcd5Copy full SHA for ff5dcd5
src/Metric/Histogram.php
@@ -56,7 +56,7 @@ public function withBuckets(array $buckets): self
56
}
57
58
/**
59
- * @param non-empty-list<float> $buckets
+ * @param list<mixed> $buckets
60
*
61
* @throws InvalidArgumentException
62
*/
src/Metric/Summary.php
@@ -62,7 +62,7 @@ public function withMaxItems(int $maxItems): self
63
64
65
- * @param non-empty-list<float> $quantiles
+ * @param list<mixed> $quantiles
66
67
68
0 commit comments