Skip to content

Commit 41e3b9a

Browse files
committed
Fix wrong version number in comment
1 parent 0f54fdf commit 41e3b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BSON/UTCDateTime.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ static PHP_METHOD(MongoDB_BSON_UTCDateTime, toDateTime)
236236
usec = 1000000 - usec;
237237
}
238238

239-
/* TODO PHP 8.1.6+: microseconds can be included in the format string */
239+
/* TODO PHP 8.1.7+: microseconds can be included in the format string */
240240
sec_len = spprintf(&sec_str, 0, "@%" PRId64, sec);
241241
php_date_initialize(datetime_obj, sec_str, sec_len, NULL, NULL, 0);
242242
efree(sec_str);

0 commit comments

Comments
 (0)