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 2b20dfa commit 9867b4eCopy full SHA for 9867b4e
src/Operation/Watch.php
@@ -32,8 +32,8 @@
32
* Operation for creating a change stream with the aggregate command.
33
*
34
* @api
35
- * @see \MongoDB\Collection::changeStream()
36
- * @see http://docs.mongodb.org/manual/reference/command/changeStream/
+ * @see \MongoDB\Collection::watch()
+ * @see https://docs.mongodb.com/manual/changeStreams/
37
*/
38
class Watch implements Executable
39
{
@@ -47,7 +47,7 @@ class Watch implements Executable
47
private $manager;
48
49
/**
50
- * Constructs a changeStream command.
+ * Constructs an aggregate command for creating a change stream.
51
52
* Supported options:
53
0 commit comments