@@ -277,7 +277,7 @@ discard block |
||
| 277 | 277 | /** |
| 278 | 278 | * Decrement a metric |
| 279 | 279 | * |
| 280 | - * @param string|string[] $metrics Metric(s) to decrement |
|
| 280 | + * @param string $metrics Metric(s) to decrement |
|
| 281 | 281 | * @param int $delta Value to increment the metric by |
| 282 | 282 | * @param int $sampleRate Sample rate of metric |
| 283 | 283 | * @param string[] $tags List of tags for this metric |
@@ -351,7 +351,7 @@ discard block |
||
| 351 | 351 | * |
| 352 | 352 | * @param string $metric |
| 353 | 353 | * @param int $value |
| 354 | - * @param array $tags List of tags for this metric |
|
| 354 | + * @param string[] $tags List of tags for this metric |
|
| 355 | 355 | * |
| 356 | 356 | * @return Client This instance |
| 357 | 357 | */ |