Skip to content

Commit 8988322

Browse files
committed
review comments
1 parent 6610b56 commit 8988322

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

source/upgrade.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,16 @@ Before you upgrade, perform the following actions:
4343
To ensure compatibility across {+mdb-server+} versions when
4444
upgrading driver versions, use the :ref:`{+stable-api+} <php-stable-api>`.
4545

46-
To upgrade your driver version, replace "version number" with the version number
46+
To upgrade your driver version, replace ``<version-number>`` with the version number
4747
you want to upgrade to and run the following command in your application's
4848
directory:
4949

5050
.. code-block:: bash
5151

52-
composer require mongodb/mongodb:<version number>
52+
composer require mongodb/mongodb:<version-number>
5353

5454
Installation instructions for the ``mongodb`` extension may be found in the
55-
`PHP.net documentation <https://www.php.net/manual/en/mongodb.installation.php>`__.
55+
:php:`PHP.net documentation <manual/en/mongodb.installation.php>`.
5656

5757
.. _php-breaking-changes:
5858

@@ -77,14 +77,14 @@ This driver version introduces the following breaking changes:
7777

7878
- Drops support for {+mdb-server+} 3.6.
7979

80-
- Deprecate iterators for database, collection, and index enumeration.
80+
- Deprecates iterators for database, collection, and index enumeration.
8181

8282
Version 1.18 Breaking Changes
8383
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8484

8585
This driver version introduces the following breaking changes:
8686

87-
- Deprecate setting ``disableMD5`` to ``false`` when instantiating a Bucket due to
87+
- Deprecates setting ``disableMD5`` to ``false`` when instantiating a Bucket due to
8888
deprecated MD5 encoding. The default value for the setting is now ``true``.
8989

9090
Version 1.17 Breaking Changes
@@ -96,7 +96,7 @@ This driver version introduces the following breaking changes:
9696

9797
- Requires PHP 7.4 or newer.
9898

99-
- Remove aggregate compatibility logic, like the ``useCursor`` option, for
99+
- Removes aggregate compatibility logic, like the ``useCursor`` option, for
100100
{+mdb-server+} versions less than 3.6.
101101

102102
Version 1.16 Breaking Changes
@@ -106,14 +106,14 @@ This driver version introduces the following breaking changes:
106106

107107
- Upgrades the ``mongodb`` extension requirement to 1.16.0.
108108

109-
- Deprecate ``IndexInfo::isGeoHaystack()``. ``geoHaystack`` was removed in
109+
- Deprecates ``IndexInfo::isGeoHaystack()``. ``geoHaystack`` was removed in
110110
{+mdb-server+} 5.0 and later.
111111

112-
- Drop support for Composer 1.x.
112+
- Drops support for Composer 1.x.
113113

114-
- Remove ``$server`` argument in ``Explainable::getCommandDocument``.
114+
- Removes ``$server`` argument in ``Explainable::getCommandDocument``.
115115

116-
- Remove ``getNonce`` command usage for {+mdb-server+} 6.2 and later.
116+
- Removes ``getNonce`` command usage for {+mdb-server+} 6.2 and later.
117117

118118
Version 1.15 Breaking Changes
119119
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)