Skip to content

Commit 206cdde

Browse files
committed
Refer to extension docs for Client::startSession() options
1 parent a7076f9 commit 206cdde

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

docs/includes/apiargs-MongoDBClient-method-startSession-option.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/reference/method/MongoDBClient-startSession.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ Definition
2323

2424
function startSession(array $options = []): MongoDB\Driver\Session
2525

26-
The ``$options`` parameter supports the following options:
27-
28-
.. include:: /includes/apiargs/MongoDBClient-method-startSession-option.rst
26+
Refer to the :php:`MongoDB\\Driver\\Manager::startSession()
27+
<mongodb-driver-manager.startsession>` extension reference for accepted
28+
options.
2929

3030
Return Values
3131
-------------
3232

33-
A :php:`MongoDB\Driver\Session <mongodb-driver-session>`
33+
A :php:`MongoDB\Driver\Session <mongodb-driver-session>` object.
3434

3535
Errors/Exceptions
3636
-----------------

0 commit comments

Comments
 (0)