Skip to content

Commit

Permalink
Adjusted phpdoc
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Bednář <[email protected]>
  • Loading branch information
mkrauser and bednar authored Jan 10, 2024
1 parent 2eb05eb commit 665f8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InfluxDB2/Point.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 665f8b1

Please sign in to comment.