Skip to content

Commit

Permalink
PHPLIB-1137: Mark is_document() as internal (#1176)
Browse files Browse the repository at this point in the history
This was missed in 88731a5
  • Loading branch information
jmikola committed Sep 26, 2023
1 parent b252443 commit 72d8088
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72d8088

Please sign in to comment.