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)
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 */
116116static 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 */
207207static PHP_METHOD (Session , getOperationTime )
208208{
You can’t perform that action at this time.
0 commit comments