Skip to content

Commit 416de9a

Browse files
committed
CS
1 parent 7bfdac3 commit 416de9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tracing/Span.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ public function setMetricsSummary(
500500
string $key,
501501
$value,
502502
MetricsUnit $unit,
503-
array $tags,
503+
array $tags
504504
): void {
505505
$mri = sprintf('%s:%s@%s', $type, $key, $unit);
506506
$bucketKey = $mri . implode('', $tags);

0 commit comments

Comments
 (0)