Skip to content

Commit 68879de

Browse files
committed
Merge pull request #730
2 parents 1e88ad4 + 6da8e21 commit 68879de

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ description: |
182182
183183
The :php:`MongoDB\\BSON\\Timestamp <class.mongodb-bson-timestamp>` class
184184
reference describes how to represent MongoDB's BSON timestamp type with PHP.
185+
186+
.. deprecated:: 1.7
185187
interface: phpmethod
186188
operation: ~
187189
optional: true

src/Operation/Find.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class Find implements Executable, Explainable
124124
* Set this option to prevent that.
125125
*
126126
* * oplogReplay (boolean): Internal replication use only. The driver
127-
* should not set this.
127+
* should not set this. This option is deprecated as of MongoDB 4.4.
128128
*
129129
* * projection (document): Limits the fields to return for the matching
130130
* document.

0 commit comments

Comments
 (0)