Commit ed28908f authored by Jeremy Mikola's avatar Jeremy Mikola

Add trailing comma after array element

parent 77216e70
...@@ -68,7 +68,7 @@ setting its building number to ``"761"``: ...@@ -68,7 +68,7 @@ setting its building number to ``"761"``:
[ '$set' => [ 'address.building' => '761' ]], [ '$set' => [ 'address.building' => '761' ]],
[ [
'projection' => [ 'address' => 1 ], 'projection' => [ 'address' => 1 ],
'returnDocument' => MongoDB\Operation\FindOneAndUpdate::RETURN_DOCUMENT_AFTER 'returnDocument' => MongoDB\Operation\FindOneAndUpdate::RETURN_DOCUMENT_AFTER,
] ]
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment