Skip to content

Commit 72d8088

Browse files
authored
PHPLIB-1137: Mark is_document() as internal (#1176)
This was missed in 88731a5
1 parent b252443 commit 72d8088

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/functions.php

+1
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ function get_encrypted_fields_from_server(string $databaseName, string $collecti
192192
* This method returns true for any array or object, but specifically excludes
193193
* BSON PackedArray instances
194194
*
195+
* @internal
195196
* @param mixed $document
196197
*/
197198
function is_document($document): bool

0 commit comments

Comments
 (0)