We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1dbcf8 commit 88739b8Copy full SHA for 88739b8
src/ChangeStream.php
@@ -27,10 +27,10 @@
27
use Iterator;
28
29
/**
30
- * Iterator for the changeStream command.
+ * Iterator for a change stream.
31
*
32
* @api
33
- * @see \MongoDB\Collection::changeStream()
+ * @see \MongoDB\Collection::watch()
34
* @see http://docs.mongodb.org/manual/reference/command/changeStream/
35
*/
36
class ChangeStream implements Iterator
@@ -43,6 +43,9 @@ class ChangeStream implements Iterator
43
const CURSOR_NOT_FOUND = 43;
44
45
46
+ * Constructor.
47
+ *
48
+ * @internal
49
* @param Cursor $cursor
50
* @param callable $resumeCallable
51
0 commit comments