Skip to content

Commit 446985d

Browse files
authored
PHPLIB-1094: Remove obsolete internal constants (#1052)
1 parent 2dd2e84 commit 446985d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Operation/EstimatedDocumentCount.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,6 @@ class EstimatedDocumentCount implements Executable, Explainable
4747
/** @var array */
4848
private $options;
4949

50-
/** @var int */
51-
private static $errorCodeCollectionNotFound = 26;
52-
53-
/** @var int */
54-
private static $wireVersionForCollStats = 12;
55-
5650
/**
5751
* Constructs a command to get the estimated number of documents in a
5852
* collection.

0 commit comments

Comments
 (0)