mongo-php-library
mongo-php-library copied to clipboard
PHPLIB-1679 Call `DocumentCodec::encode()` only on objects
Fix PHPLIB-1679
- Check if the input document is an object before calling
DocumentCodec::encode() - Never validate the value returned by
DocumentCodec::encode()as the typeMongoDB\BSON\Documentis enforced.