@@ -647,9 +647,9 @@ public function replaceOne($filter, $replacement, array $options = [])
647647 *
648648 * @see UpdateMany::__construct() for supported options
649649 * @see http://docs.mongodb.org/manual/reference/command/update/
650- * @param array|object $filter Query by which to filter documents
651- * @param array|object $replacement Update to apply to the matched documents
652- * @param array $options Command options
650+ * @param array|object $filter Query by which to filter documents
651+ * @param array|object $update Update to apply to the matched documents
652+ * @param array $options Command options
653653 * @return UpdateResult
654654 */
655655 public function updateMany ($ filter , $ update , array $ options = [])
@@ -669,9 +669,9 @@ public function updateMany($filter, $update, array $options = [])
669669 *
670670 * @see ReplaceOne::__construct() for supported options
671671 * @see http://docs.mongodb.org/manual/reference/command/update/
672- * @param array|object $filter Query by which to filter documents
673- * @param array|object $replacement Update to apply to the matched document
674- * @param array $options Command options
672+ * @param array|object $filter Query by which to filter documents
673+ * @param array|object $update Update to apply to the matched document
674+ * @param array $options Command options
675675 * @return UpdateResult
676676 */
677677 public function updateOne ($ filter , $ update , array $ options = [])
0 commit comments