File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ UPGRADE FROM 1.x to 2.0
4
4
* Classes in the namespace ` MongoDB\Operation\ ` are ` final ` .
5
5
* All methods in interfaces and classes now define a return type.
6
6
* The ` MongoDB\ChangeStream::CURSOR_NOT_FOUND ` constant is now private.
7
+ * The ` MongoDB\Operation\Watch::FULL_DOCUMENT_DEFAULT ` constant has been
8
+ removed.
7
9
8
10
GridFS
9
11
------
Original file line number Diff line number Diff line change 58
58
*/
59
59
final class Watch implements Executable, /* @internal */ CommandSubscriber
60
60
{
61
- public const FULL_DOCUMENT_DEFAULT = 'default ' ;
62
61
public const FULL_DOCUMENT_UPDATE_LOOKUP = 'updateLookup ' ;
63
62
public const FULL_DOCUMENT_WHEN_AVAILABLE = 'whenAvailable ' ;
64
63
public const FULL_DOCUMENT_REQUIRED = 'required ' ;
You can’t perform that action at this time.
0 commit comments