diff --git a/src/functions.php b/src/functions.php index 4acec021c..0a9b882ec 100644 --- a/src/functions.php +++ b/src/functions.php @@ -192,6 +192,7 @@ function get_encrypted_fields_from_server(string $databaseName, string $collecti * This method returns true for any array or object, but specifically excludes * BSON PackedArray instances * + * @internal * @param mixed $document */ function is_document($document): bool