File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ static PHP_METHOD(Session, advanceClusterTime)
111
111
bson_destroy (& cluster_time );
112
112
} /* }}} */
113
113
114
- /* {{{ proto void MongoDB\Driver\Session::advanceOperationTime(MongoDB\BSON\Timestamp $timestamp)
114
+ /* {{{ proto void MongoDB\Driver\Session::advanceOperationTime(MongoDB\BSON\TimestampInterface $timestamp)
115
115
Advances the operation time for this Session */
116
116
static PHP_METHOD (Session , advanceOperationTime )
117
117
{
@@ -202,7 +202,7 @@ static PHP_METHOD(Session, getLogicalSessionId)
202
202
#endif
203
203
} /* }}} */
204
204
205
- /* {{{ proto MongoDB\BSON\Timestamp MongoDB\Driver\Session::getOperationTime()
205
+ /* {{{ proto MongoDB\BSON\Timestamp|null MongoDB\Driver\Session::getOperationTime()
206
206
Returns the operation time for this Session */
207
207
static PHP_METHOD (Session , getOperationTime )
208
208
{
You can’t perform that action at this time.
0 commit comments