Skip to content

Commit 1ee15ac

Browse files
committed
Merge pull request #488
2 parents 56e8b7e + 5772c11 commit 1ee15ac

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/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)