Skip to content
This repository was archived by the owner on Feb 25, 2021. It is now read-only.

Commit db59f9e

Browse files
authored
Merge pull request influxdata#61 from enumag/patch-2
Fix annotation
2 parents 3f8b9d7 + a66773d commit db59f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InfluxDB/Point.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Point
3939
* @param float $value
4040
* @param array $tags
4141
* @param array $additionalFields
42-
* @param null $timestamp
42+
* @param int $timestamp
4343
* @throws DatabaseException
4444
*/
4545
public function __construct(

0 commit comments

Comments
 (0)