From c57796b5fe94a4ac6cb8e7af15c93c6414b68c79 Mon Sep 17 00:00:00 2001 From: Vasily Khayrulin Date: Mon, 11 Nov 2019 22:55:44 +0300 Subject: [PATCH] Removed UTCDateTime.getTimestamp and UTCDateTime.getIncrement --- mongodb/mongodb.php | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/mongodb/mongodb.php b/mongodb/mongodb.php index b39330a6..745def62 100644 --- a/mongodb/mongodb.php +++ b/mongodb/mongodb.php @@ -2409,26 +2409,6 @@ namespace MongoDB {} { } - /** - * Returns the increment component of this TimestampInterface - * - * @link https://secure.php.net/manual/en/mongodb-bson-timestampinterface.getincrement.php - * @return int - */ - final public function getIncrement() - { - } - - /** - * Returns the timestamp component of this TimestampInterface - * - * @link https://secure.php.net/manual/en/mongodb-bson-timestampinterface.gettimestamp.php - * @return int - */ - final public function getTimestamp() - { - } - /** * Serialize a UTCDateTime * @since 1.2.0