Skip to content

Commit 128f5c0

Browse files
committed
Reformat text for word wrap
1 parent 7cb26d3 commit 128f5c0

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

docs/reference/method/MongoDBDatabase-withOptions.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,8 @@ Parameters
5454

5555
* - writeConcern
5656
- :php:`MongoDB\\Driver\\WriteConcern <class.mongodb-driver-writeconcern>`
57-
- The default write concern to use for database operations. Defaults
58-
to the original database's write concern.
59-
60-
57+
- The default write concern to use for database operations. Defaults to
58+
the original database's write concern.
6159

6260
Return Values
6361
-------------

docs/reference/method/MongoDBDatabase__construct.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ Parameters
4848

4949
* - readConcern
5050
- :php:`MongoDB\\Driver\\ReadConcern <class.mongodb-driver-readconcern>`
51-
- The default read concern to use for database operations. Defaults to the
52-
manager's read concern.
51+
- The default read concern to use for database operations. Defaults to
52+
the manager's read concern.
5353

5454
* - readPreference
5555
- :php:`MongoDB\\Driver\\ReadPreference <class.mongodb-driver-readpreference>`
@@ -73,8 +73,8 @@ Parameters
7373

7474
* - writeConcern
7575
- :php:`MongoDB\\Driver\\WriteConcern <class.mongodb-driver-writeconcern>`
76-
- The default write concern to use for database operations. Defaults
77-
to the manager's write concern.
76+
- The default write concern to use for database operations. Defaults to
77+
the manager's write concern.
7878

7979
Errors/Exceptions
8080
-----------------

0 commit comments

Comments
 (0)