Skip to content

Commit 6fa1616

Browse files
authored
Merge branch 'master' into merge-v1.18-into-master-1715369105478
2 parents 97d8252 + 6b14ebb commit 6fa1616

File tree

5 files changed

+7
-12
lines changed

5 files changed

+7
-12
lines changed

source/includes/extracts-option-requires.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ source:
4545
replacement:
4646
version: "7.0"
4747
...
48+

source/reference/method/MongoDBClient-addSubscriber.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,8 @@ notified once of each event for this Client.
5050
Example
5151
-------
5252

53-
Create a :php:`MongoDB\Driver\Monitoring\CommandSubscriber
54-
<manual/en/class.mongodb-driver-monitoring-commandsubscriber>` that
55-
logs all events:
53+
Create a :php:`MongoDB\Driver\Monitoring\CommandSubscriber <manual/en/class.mongodb-driver-monitoring-commandsubscriber>`
54+
that logs all events:
5655

5756
.. code-block:: php
5857

source/reference/method/MongoDBCollection-dropIndexes.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ Parameters
2727

2828
``$indexName`` : string| :phpclass:`MongoDB\Model\IndexInfo`
2929
The name or model object of the index to drop. View the existing indexes on
30-
the collection using the :phpmethod:`listIndexes()
31-
<MongoDB\Collection::listIndexes()>` method.
30+
the collection by using the :phpmethod:`MongoDB\Collection::listIndexes()` method.
3231

3332
``$options`` : array
3433
An array specifying the desired options.

source/reference/method/MongoDBCollection-updateMany.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ Parameters
3333

3434
``$update`` : array|object
3535
Specifies the field and value combinations to update and any relevant update
36-
operators. ``$update`` uses MongoDB's :manual:`update operators
37-
</reference/operator/update>`. Starting with MongoDB 4.2, an `aggregation
38-
pipeline <https://mongodb.com/docs/master/reference/command/update/#update-with-an-aggregation-pipeline>`_
36+
operators. ``$update`` uses MongoDB's :manual:`update operators </reference/operator/update>`.
37+
Starting with MongoDB 4.2, an `aggregation pipeline
38+
<https://mongodb.com/docs/master/reference/command/update/#update-with-an-aggregation-pipeline>`_
3939
can be passed as this parameter.
4040

4141
``$options`` : array

source/tutorial/encryption.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Additionally, either ``crypt_shared`` or ``mongocryptd`` are required in order t
2323
use *automatic* client-side encryption. Neither is required for *explicit*
2424
encryption.
2525

26-
2726
``crypt_shared``
2827
~~~~~~~~~~~~~~~~
2928

@@ -43,7 +42,6 @@ fail if it cannot be loaded.
4342
For detailed installation instructions see the MongoDB documentation for the
4443
:manual:`Automatic Encryption Shared Library </core/queryable-encryption/reference/shared-library/>`.
4544

46-
4745
``mongocryptd``
4846
~~~~~~~~~~~~~~~
4947

@@ -74,7 +72,6 @@ the spawning behavior via various auto encryption
7472
``mongocryptd`` is only responsible for supporting automatic client-side encryption
7573
and does not itself perform any encryption or decryption.
7674

77-
7875
Managing Encryption Keys
7976
------------------------
8077

@@ -105,7 +102,6 @@ encryption key (e.g. user-specific encryption keys) or create them dynamically.
105102
.. literalinclude:: /examples/encryption/create_data_key.php
106103
:language: php
107104

108-
109105
.. _alt_name:
110106

111107
Referencing Encryption Keys by an Alternative Name

0 commit comments

Comments
 (0)