Skip to content

Commit cfd8e75

Browse files
committed
Fix CS
1 parent b5b5191 commit cfd8e75

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Exception/InvalidArgumentException.php

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ public static function cannotCombineCodecAndTypeMap(): self
3838
/**
3939
* Thrown when an argument or option is expected to be a string or a document.
4040
*
41+
* @internal
42+
*
4143
* @param string $name Name of the argument or option
4244
* @param mixed $value Actual value (used to derive the type)
4345
*/

src/Operation/Find.php

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
use function is_array;
3434
use function is_bool;
3535
use function is_integer;
36-
use function is_object;
3736
use function is_string;
3837
use function MongoDB\is_document;
3938

0 commit comments

Comments
 (0)