Skip to content

Commit

Permalink
Updated docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssegers committed Aug 29, 2013
1 parent e651f0e commit 6d96552
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Jenssegers/Mongodb/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ public function insertGetId(array $values, $sequence = null)
* Update a record in the database.
*
* @param array $values
* @param array $options
* @return int
*/
public function update(array $values, array $options = array())
Expand Down Expand Up @@ -518,6 +519,7 @@ public function newQuery()
* Perform update.
*
* @param array $query
* @param array $options
* @return int
*/
protected function performUpdate($query, array $options = array())
Expand Down

0 comments on commit 6d96552

Please sign in to comment.