Skip to content

Commit 19d5c31

Browse files
committed
EventLogging: Record timestamps with a nanosecond default precision
1 parent 4f81174 commit 19d5c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lunr/Ticks/EventLogging/EventInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public function get_fields(): array;
156156
*
157157
* @return void
158158
*/
159-
public function record_timestamp(Precision $precision): void;
159+
public function record_timestamp(Precision $precision = Precision::NanoSeconds): void;
160160

161161
/**
162162
* Set custom timestamp for the event.

0 commit comments

Comments
 (0)