We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e651f0e commit 6d96552Copy full SHA for 6d96552
src/Jenssegers/Mongodb/Builder.php
@@ -321,6 +321,7 @@ public function insertGetId(array $values, $sequence = null)
321
* Update a record in the database.
322
*
323
* @param array $values
324
+ * @param array $options
325
* @return int
326
*/
327
public function update(array $values, array $options = array())
@@ -518,6 +519,7 @@ public function newQuery()
518
519
* Perform update.
520
521
* @param array $query
522
523
524
525
protected function performUpdate($query, array $options = array())
0 commit comments