Skip to content

Commit 521fd64

Browse files
committed
Merge pull request #488
2 parents 865509d + bcf6b8c commit 521fd64

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

source/includes/apiargs-MongoDBCollection-common-option.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ arg_name: option
22
name: arrayFilters
33
type: array
44
description: |
5-
An array of filter documents that determines which array elements to modify
6-
for an update operation on an array field.
5+
An array of filter documents that determines which array elements to modify
6+
for an update operation on an array field.
7+
8+
This is not supported for server versions prior to 3.6 and will result in an
9+
exception at execution time if used.
710
interface: phpmethod
811
operation: ~
912
optional: true

0 commit comments

Comments
 (0)