Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN committed Jan 27, 2025
1 parent b5b5191 commit cfd8e75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/Exception/InvalidArgumentException.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ public static function cannotCombineCodecAndTypeMap(): self
/**
* Thrown when an argument or option is expected to be a string or a document.
*
* @internal
*
* @param string $name Name of the argument or option
* @param mixed $value Actual value (used to derive the type)
*/
Expand Down
1 change: 0 additions & 1 deletion src/Operation/Find.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
use function is_array;
use function is_bool;
use function is_integer;
use function is_object;
use function is_string;
use function MongoDB\is_document;

Expand Down

0 comments on commit cfd8e75

Please sign in to comment.