[DOC-CVS] [doc-en] master: getinsertresults.xml Eliminate the confusing wording (#4699)
[email protected] (Mikhail Alferov via GitHub)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Mikhail Alferov (mmalferov) Committer: GitHub (web-flow) Pusher: lacatoire Date: 2026-08-19T11:43:25+02:00 Commit: https://github.com/php/doc-en/commit/80f1446839746b90e9dd45476e6b206974d7e3c7 Raw diff: https://github.com/php/doc-en/commit/80f1446839746b90e9dd45476e6b206974d7e3c7.diff getinsertresults.xml Eliminate the confusing wording (#4699) * getinsertresults.xml Eliminate the confusing wording The current wording is confusing, as it seems that the identifier is always generated by the module * Rewrap the modified sentence --------- Co-authored-by: lacatoire <[email protected]> Changed paths: M reference/mongodb/mongodb/driver/bulkwritecommandresult/getinsertresults.xml Diff: diff --git a/reference/mongodb/mongodb/driver/bulkwritecommandresult/getinsertresults.xml b/reference/mongodb/mongodb/driver/bulkwritecommandresult/getinsertresults.xml index a948a7e03ee8..4a1986e5fa01 100644 --- a/reference/mongodb/mongodb/driver/bulkwritecommandresult/getinsertresults.xml +++ b/reference/mongodb/mongodb/driver/bulkwritecommandresult/getinsertresults.xml @@ -15,8 +15,8 @@ </methodsynopsis> <simpara> Since <literal>_id</literal> fields for inserted documents are generated by - the extension, the value of <literal>insertedId</literal> in each result - will match the return value of + the extension when not explicitly provided, the value of + <literal>insertedId</literal> in each result will match the return value of <methodname>MongoDB\Driver\BulkWriteCommand::insertOne</methodname> for the corresponding insert operation. </simpara>