Skip to content

Commit ff5dcd5

Browse files
committed
style: fix phpstan issue
1 parent 8cb9f22 commit ff5dcd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Metric/Histogram.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function withBuckets(array $buckets): self
5656
}
5757

5858
/**
59-
* @param non-empty-list<float> $buckets
59+
* @param list<mixed> $buckets
6060
*
6161
* @throws InvalidArgumentException
6262
*/

src/Metric/Summary.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function withMaxItems(int $maxItems): self
6262
}
6363

6464
/**
65-
* @param non-empty-list<float> $quantiles
65+
* @param list<mixed> $quantiles
6666
*
6767
* @throws InvalidArgumentException
6868
*/

0 commit comments

Comments
 (0)