@@ -104,7 +104,7 @@ final class Util
104
104
'findOneAndUpdate ' => ['let ' , 'returnDocument ' , 'filter ' , 'update ' , 'session ' , 'upsert ' , 'projection ' , 'remove ' , 'arrayFilters ' , 'bypassDocumentValidation ' , 'collation ' , 'hint ' , 'maxTimeMS ' , 'sort ' , 'comment ' ],
105
105
'updateMany ' => ['let ' , 'filter ' , 'update ' , 'session ' , 'upsert ' , 'arrayFilters ' , 'bypassDocumentValidation ' , 'collation ' , 'hint ' , 'comment ' ],
106
106
'updateOne ' => ['let ' , 'filter ' , 'update ' , 'session ' , 'upsert ' , 'arrayFilters ' , 'bypassDocumentValidation ' , 'collation ' , 'hint ' , 'comment ' ],
107
- 'insertMany ' => ['options ' , ' documents ' , 'session ' , 'ordered ' , 'bypassDocumentValidation ' , 'comment ' ],
107
+ 'insertMany ' => ['documents ' , 'session ' , 'ordered ' , 'bypassDocumentValidation ' , 'comment ' ],
108
108
'insertOne ' => ['document ' , 'session ' , 'bypassDocumentValidation ' , 'comment ' ],
109
109
'listIndexes ' => ['session ' , 'maxTimeMS ' , 'comment ' ],
110
110
'mapReduce ' => ['map ' , 'reduce ' , 'out ' , 'session ' , 'bypassDocumentValidation ' , 'collation ' , 'finalize ' , 'jsMode ' , 'limit ' , 'maxTimeMS ' , 'query ' , 'scope ' , 'sort ' , 'verbose ' , 'comment ' ],
0 commit comments