Skip to content

Commit 3fa8991

Browse files
committed
Merge pull request #748
2 parents 3b9fb30 + 6ffef18 commit 3fa8991

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MongoDB/Session.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ static PHP_METHOD(Session, advanceClusterTime)
111111
bson_destroy(&cluster_time);
112112
} /* }}} */
113113

114-
/* {{{ proto void MongoDB\Driver\Session::advanceOperationTime(MongoDB\BSON\Timestamp $timestamp)
114+
/* {{{ proto void MongoDB\Driver\Session::advanceOperationTime(MongoDB\BSON\TimestampInterface $timestamp)
115115
Advances the operation time for this Session */
116116
static PHP_METHOD(Session, advanceOperationTime)
117117
{
@@ -202,7 +202,7 @@ static PHP_METHOD(Session, getLogicalSessionId)
202202
#endif
203203
} /* }}} */
204204

205-
/* {{{ proto MongoDB\BSON\Timestamp MongoDB\Driver\Session::getOperationTime()
205+
/* {{{ proto MongoDB\BSON\Timestamp|null MongoDB\Driver\Session::getOperationTime()
206206
Returns the operation time for this Session */
207207
static PHP_METHOD(Session, getOperationTime)
208208
{

0 commit comments

Comments
 (0)