Skip to content

Commit

Permalink
Fixed PHPDocs (yiisoft#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
rustamwin authored and samdark committed Sep 4, 2018
1 parent 9836aa0 commit eaa35e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ public function update($condition, $newData, $options = [])
* Update the existing database data, otherwise insert this data
* @param array|object $data data to be updated/inserted.
* @param array $options list of options in format: optionName => optionValue.
* @return \MongoId updated/new record id instance.
* @return \MongoDB\BSON\ObjectID updated/new record id instance.
* @throws Exception on failure.
*/
public function save($data, $options = [])
Expand Down

0 comments on commit eaa35e0

Please sign in to comment.