Skip to content

Commit 9767bfd

Browse files
committed
test
1 parent 73dc918 commit 9767bfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/connect/connection-options.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ Read Preference Options
224224
.. list-table::
225225
:header-rows: 1
226226
:stub-columns: 1
227-
:widths: 25 25 50
228227

229228
* - Connection Option
230229
- Data Type
@@ -236,8 +235,9 @@ Read Preference Options
236235

237236
.. code-block::
238237

239-
$uriOptions = [ 'readPreference' =>
240-
MongoDB\Driver\ReadPreference.RP_SECONDARY_PREFERRED ];
238+
$uriOptions = [
239+
'readPreference' => MongoDB\Driver\ReadPreference.RP_SECONDARY_PREFERRED
240+
];
241241

242242
**Connection URI**: ``readPreference=secondaryPreferred``
243243

0 commit comments

Comments
 (0)