UTCDateTime implements UTCDateTimeInterface but not TimestampInterface

This commit is contained in:
Vasily Khayrulin 2019-11-11 22:50:38 +03:00
parent 893b07f53a
commit e541fad481
1 changed files with 1 additions and 1 deletions

View File

@ -2380,7 +2380,7 @@ namespace MongoDB {}
* Represents a BSON date.
* @link https://php.net/manual/en/class.mongodb-bson-utcdatetime.php
*/
final class UTCDateTime implements Type, TimestampInterface, \Serializable, \JsonSerializable
final class UTCDateTime implements Type, UTCDateTimeInterface, \Serializable, \JsonSerializable
{
/**
* Construct a new UTCDateTime