Skip to content

Commit 83cc8e6

Browse files
committed
formatting fix
1 parent 3c92a2d commit 83cc8e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/fundamentals/write-operations.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,12 +284,11 @@ To specify an upsert in the ``upsert()`` method, set parameters
284284
as shown in the following code example:
285285

286286
.. code-block:: php
287-
:emphasize-lines: 4
288287
:copyable: false
289288

290289
YourModel::upsert(
291290
[/* documents to update or insert */],
292-
'/* unique field */', [/* fields to update */']
291+
'/* unique field */', [/* fields to update */]
293292
);
294293

295294
Example

0 commit comments

Comments
 (0)