Skip to content

Commit ae96f31

Browse files
committed
Format notes for $changeStream pipeline operators
1 parent 5965b7e commit ae96f31

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/includes/apiargs-MongoDBCollection-method-watch-option.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ description: |
1818
1919
- ``MongoDB\Operation\ChangeStream::FULL_DOCUMENT_DEFAULT`` (*default*)
2020
- ``MongoDB\Operation\ChangeStream::FULL_DOCUMENT_UPDATE_LOOKUP``
21+
22+
.. note::
23+
24+
This is an option of the `$changeStream` pipeline stage.
2125
interface: phpmethod
2226
operation: ~
2327
optional: true
@@ -45,7 +49,9 @@ type: array|object
4549
description: |
4650
Specifies the logical starting point for the new change stream.
4751
48-
Note this is an option of the '$changeStream' pipeline stage.
52+
.. note::
53+
54+
This is an option of the `$changeStream` pipeline stage.
4955
interface: phpmethod
5056
operation: ~
5157
optional: true

0 commit comments

Comments
 (0)