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 b5b5191 commit cfd8e75Copy full SHA for cfd8e75
src/Exception/InvalidArgumentException.php
@@ -38,6 +38,8 @@ public static function cannotCombineCodecAndTypeMap(): self
38
/**
39
* Thrown when an argument or option is expected to be a string or a document.
40
*
41
+ * @internal
42
+ *
43
* @param string $name Name of the argument or option
44
* @param mixed $value Actual value (used to derive the type)
45
*/
src/Operation/Find.php
@@ -33,7 +33,6 @@
33
use function is_array;
34
use function is_bool;
35
use function is_integer;
36
-use function is_object;
37
use function is_string;
use function MongoDB\is_document;
0 commit comments