From 72d80889eb7567c0da4e7d4ddbdcf66dfea90ac3 Mon Sep 17 00:00:00 2001
From: Jeremy Mikola <jmikola@gmail.com>
Date: Tue, 26 Sep 2023 11:44:10 -0400
Subject: [PATCH] PHPLIB-1137: Mark is_document() as internal (#1176)

This was missed in 88731a55c3dfd97b38ce0360f53b5b2674209754
---
 src/functions.php | 1 +
 1 file changed, 1 insertion(+)

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