diff --git a/src/InfluxDB/Adapter/GuzzleAdapter.php b/src/InfluxDB/Adapter/GuzzleAdapter.php index 1fa1d35ea..8bf2aade1 100644 --- a/src/InfluxDB/Adapter/GuzzleAdapter.php +++ b/src/InfluxDB/Adapter/GuzzleAdapter.php @@ -4,6 +4,8 @@ namespace InfluxDB\Adapter; use GuzzleHttp\Client; use InfluxDB\Options; +use InfluxDb\Adapter\QueryableInterface; +use InfluxDB\Adapter\AdapterInterface; class GuzzleAdapter implements AdapterInterface, QueryableInterface { diff --git a/src/InfluxDB/Adapter/UdpAdapter.php b/src/InfluxDB/Adapter/UdpAdapter.php index ea831745c..4ea572546 100644 --- a/src/InfluxDB/Adapter/UdpAdapter.php +++ b/src/InfluxDB/Adapter/UdpAdapter.php @@ -17,9 +17,6 @@ class UdpAdapter implements AdapterInterface return $this->options; } - /** - * @todo Handle timePrecision parameter - */ public function send($message, $timePrecision = false) { $message = json_encode($message);