Skip to content

Commit b7c4df4

Browse files
committed
Merge pull request #519
2 parents 9e3a477 + a81455a commit b7c4df4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/includes/apiargs-MongoDBCollection-method-dropIndex-param.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
arg_name: param
22
name: $indexName
3-
type: string
3+
type: string| :phpclass:`MongoDB\\Model\\IndexInfo`
44
description: |
5-
The name of the index to drop. View the existing indexes on the collection
6-
using the :phpmethod:`listIndexes() <MongoDB\\Collection::listIndexes>`
7-
method.
5+
The name or model object of the index to drop. View the existing indexes on
6+
the collection using the :phpmethod:`listIndexes()
7+
<MongoDB\\Collection::listIndexes>` method.
88
interface: phpmethod
99
operation: ~
1010
optional: false

0 commit comments

Comments
 (0)