diff --git a/docs/includes/apiargs-MongoDBCollection-method-watch-option.yaml b/docs/includes/apiargs-MongoDBCollection-method-watch-option.yaml index 3b98876d6b10ea56bd6a27ddba2a49d974a28c85..11e6b9c8681cf8fbeda46ea8a3f232bfb374d366 100644 --- a/docs/includes/apiargs-MongoDBCollection-method-watch-option.yaml +++ b/docs/includes/apiargs-MongoDBCollection-method-watch-option.yaml @@ -18,6 +18,10 @@ description: | - ``MongoDB\Operation\ChangeStream::FULL_DOCUMENT_DEFAULT`` (*default*) - ``MongoDB\Operation\ChangeStream::FULL_DOCUMENT_UPDATE_LOOKUP`` + + .. note:: + + This is an option of the `$changeStream` pipeline stage. interface: phpmethod operation: ~ optional: true @@ -45,7 +49,9 @@ type: array|object description: | Specifies the logical starting point for the new change stream. - Note this is an option of the '$changeStream' pipeline stage. + .. note:: + + This is an option of the `$changeStream` pipeline stage. interface: phpmethod operation: ~ optional: true