diff --git a/src/M6Web/Component/Statsd/Client.php b/src/M6Web/Component/Statsd/Client.php index a14156b..fa2e08d 100644 --- a/src/M6Web/Component/Statsd/Client.php +++ b/src/M6Web/Component/Statsd/Client.php @@ -147,11 +147,11 @@ public function getServerKey($stats) /** * addToSend * - * @param string $stats grahite node - * @param string $value value - * @param float $sampleRate sampling rate - * @param string $unit unit - * @param array $tags Tags key => value for influxDb + * @param string $stats grahite node + * @param int|string $value value + * @param float $sampleRate sampling rate + * @param string $unit unit + * @param array $tags Tags key => value for influxDb * * @return Client */