Skip to content

Commit

Permalink
Update PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-amihailesei committed Sep 19, 2023
1 parent 5bb7c09 commit 03aa0f5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/M6Web/Component/Statsd/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 03aa0f5

Please sign in to comment.