Skip to content

Commit fd365ae

Browse files
authored
DOCSP-37027: Additional build fixes 1.18 (#1302)
1 parent abf3174 commit fd365ae

3 files changed

+6
-6
lines changed

docs/reference/method/MongoDBClient-addSubscriber.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Definition
1717

1818
.. phpmethod:: MongoDB\Client::addSubscriber()
1919

20-
Registers a monitoring event subscriber with this Client. The subscriber
21-
will be notified of all events for this Client.
20+
Registers a monitoring event subscriber with this Client. The subscriber
21+
will be notified of all events for this Client.
2222

2323
.. code-block:: php
2424

@@ -50,7 +50,7 @@ notified once of each event for this Client.
5050
Example
5151
-------
5252

53-
Create a :phpclass:`MongoDB\Driver\Monitoring\CommandSubscriber` that
53+
Create a :php:`MongoDB\Driver\Monitoring\CommandSubscriber` that
5454
logs all events:
5555

5656
.. code-block:: php

docs/reference/method/MongoDBClient-removeSubscriber.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Definition
1717

1818
.. phpmethod:: MongoDB\Client::removeSubscriber()
1919

20-
Unregisters a monitoring event subscriber with this Client.
20+
Unregisters a monitoring event subscriber with this Client.
2121

2222
.. code-block:: php
2323

docs/reference/method/MongoDBGridFSBucket-registerGlobalStreamWrapperAlias.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Definition
1919

2020
Registers an alias for the bucket, which enables files within the bucket to
2121
be accessed using a basic filename string (e.g.
22-
`gridfs://<bucket-alias>/<filename>`).
22+
``gridfs://<bucket-alias>/<filename>``).
2323

2424
.. code-block:: php
2525

@@ -58,7 +58,7 @@ revision is read (revision ``-1``).
5858
In write mode, the stream context can contain the option ``gridfs['chunkSizeBytes']``.
5959
If omitted, the defaults are inherited from the ``Bucket`` instance option.
6060

61-
The functions `rename` and `unlink` will rename or remove all revisions of a
61+
The functions ``rename`` and ``unlink`` will rename or remove all revisions of a
6262
filename. If the filename does not exist, these functions throw a ``FileNotFoundException``.
6363

6464
Example

0 commit comments

Comments
 (0)