source: file: apiargs-common-option.yaml ref: typeMap replacement: parent: "database" --- arg_name: option name: writeConcern type: :php:`MongoDB\\Driver\\WriteConcern ` description: | :manual:`Write concern ` to use for the operation. Defaults to the database's write concern. interface: phpmethod operation: ~ optional: true ...