Skip to content

Commit

Permalink
chore: fix phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrinquand authored and cdaguerre committed Oct 28, 2024
1 parent 5c79559 commit ca6055b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Metrics/Meter.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ public function createHistogram(string $name, string|null $unit = null, string|n
}

/**
* @param array<string> $advisory an optional set of recommendations, e.g.
* <code>['ExplicitBucketBoundaries' => [0.25, 0.5, 1, 5]]</code>
* @param array<string> $advisory an optional set of recommendations, e.g.
* <code>['ExplicitBucketBoundaries' => [0.25, 0.5, 1, 5]]</code>
*/
public function createGauge(string $name, string|null $unit = null, string|null $description = null, array $advisory = []): GaugeInterface
{
Expand Down

0 comments on commit ca6055b

Please sign in to comment.