Skip to content

Commit 54dfa9f

Browse files
committed
Merge pull request #468
2 parents d95c6f2 + ffb8193 commit 54dfa9f

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,15 @@ interface: phpmethod
2222
operation: ~
2323
optional: true
2424
---
25-
source:
26-
file: apiargs-MongoDBCollection-method-find-option.yaml
27-
ref: maxAwaitTimeMS
25+
arg_name: option
26+
name: maxAwaitTimeMS
27+
type: integer
28+
description: |
29+
Positive integer denoting the time limit in milliseconds for the server to
30+
block a getMore operation if no data is available.
31+
interface: phpmethod
32+
operation: ~
33+
optional: true
2834
---
2935
source:
3036
file: apiargs-MongoDBCollection-common-option.yaml

source/tutorial/tailable-cursor.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ using :php:`IteratorIterator <iteratoriterator>`.
177177

178178
$iterator->next();
179179
}
180-
}
181180

182181
Much like the ``foreach`` example, this version on the consumer script will
183182
start by quickly printing all results in the capped collection; however, it will

0 commit comments

Comments
 (0)