intelephense
1.14.41.16.1
lib/stub/mongodb/ClientEncryption.phplib/stub/mongodb/ClientEncryption.php−12
Index: package/lib/stub/mongodb/ClientEncryption.php
===================================================================
--- package/lib/stub/mongodb/ClientEncryption.php
+++ package/lib/stub/mongodb/ClientEncryption.php
@@ -31,14 +31,8 @@
*/
public const ALGORITHM_RANGE = 'Range';
/**
- * @since 1.16.0
- * @deprecated
- */
- public const ALGORITHM_RANGE_PREVIEW = 'RangePreview';
-
- /**
* @since 1.14.0
*/
public const QUERY_TYPE_EQUALITY = 'equality';
@@ -47,14 +41,8 @@
*/
public const QUERY_TYPE_RANGE = 'range';
/**
- * @since 1.16.0
- * @deprecated
- */
- public const QUERY_TYPE_RANGE_PREVIEW = 'rangePreview';
-
- /**
* @since 1.14.0
*/
final public function __construct(array $options) {}