@@ -647,9 +647,9 @@ public function replaceOne($filter, $replacement, array $options = [])
647
647
*
648
648
* @see UpdateMany::__construct() for supported options
649
649
* @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
653
653
* @return UpdateResult
654
654
*/
655
655
public function updateMany ($ filter , $ update , array $ options = [])
@@ -669,9 +669,9 @@ public function updateMany($filter, $update, array $options = [])
669
669
*
670
670
* @see ReplaceOne::__construct() for supported options
671
671
* @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
675
675
* @return UpdateResult
676
676
*/
677
677
public function updateOne ($ filter , $ update , array $ options = [])
0 commit comments