Commit 45054130 authored by Jeremy Mikola's avatar Jeremy Mikola

PHPLIB-295: Move version info for arrayFilters out of common include

Noting version info on a per-method basis keeps this flexible if another method end up using the option in some later version.
parent dc1a379f
...@@ -4,8 +4,6 @@ type: array ...@@ -4,8 +4,6 @@ type: array
description: | description: |
An array of filter documents that determines which array elements to modify An array of filter documents that determines which array elements to modify
for an update operation on an array field. for an update operation on an array field.
.. versionadded:: 1.3
interface: phpmethod interface: phpmethod
operation: ~ operation: ~
optional: true optional: true
......
...@@ -9,6 +9,8 @@ source: ...@@ -9,6 +9,8 @@ source:
source: source:
file: apiargs-MongoDBCollection-common-option.yaml file: apiargs-MongoDBCollection-common-option.yaml
ref: arrayFilters ref: arrayFilters
post: |
.. versionadded:: 1.3
--- ---
source: source:
file: apiargs-MongoDBCollection-common-option.yaml file: apiargs-MongoDBCollection-common-option.yaml
......
...@@ -5,6 +5,8 @@ source: ...@@ -5,6 +5,8 @@ source:
source: source:
file: apiargs-MongoDBCollection-common-option.yaml file: apiargs-MongoDBCollection-common-option.yaml
ref: arrayFilters ref: arrayFilters
post: |
.. versionadded:: 1.3
--- ---
source: source:
file: apiargs-MongoDBCollection-common-option.yaml file: apiargs-MongoDBCollection-common-option.yaml
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment