@@ -277,7 +277,7 @@ |
||
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 |
@@ -13,9 +13,6 @@ |
||
13 | 13 | |
14 | 14 | namespace Graze\DogStatsD\Test\Benchmark; |
15 | 15 | |
16 | -use Graze\DogStatsD\Client; |
|
17 | -use Graze\DogStatsD\Test\TestCase; |
|
18 | - |
|
19 | 16 | class SendBench |
20 | 17 | { |
21 | 18 | /** |