diff --git a/src/InfluxDB2/Point.php b/src/InfluxDB2/Point.php index 3b62c287..ec3491fb 100644 --- a/src/InfluxDB2/Point.php +++ b/src/InfluxDB2/Point.php @@ -77,7 +77,7 @@ public static function fromArray($data): ?Point /** Adds or replaces a tag value for a point. * * @param [Object] key the tag name - * @param [Object] value the tag value + * @param string|object|null $value the tag value, can be "object" with "__toString" function or "object" implements Stringable interface * @return Point */ public function addTag($key, ?string $value): Point