File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,6 @@ API Documentation
135
135
To learn more about any of the methods or types discussed in this
136
136
guide, see the following API documentation:
137
137
138
- - `MongoDB\\ Collection::listIndexes() <{+api+}/method/MongoDBCollection-listIndexes/>`__
139
- - `MongoDB\\ Collection::dropIndex() <{+api+}/method/MongoDBCollection-dropIndex/>`__
140
- - `MongoDB\\ Collection::dropIndexes() <{+api+}/method/MongoDBCollection-dropIndexes/>`__
138
+ :phpmethod: `MongoDB\Collection::listIndexes()`
139
+ :phpmethod: `MongoDB\Collection::dropIndex()`
140
+ :phpmethod: `MongoDB\Collection::dropIndexes()`
Original file line number Diff line number Diff line change @@ -81,5 +81,5 @@ API Documentation
81
81
To learn more about any of the methods discussed in this guide, see the following API
82
82
documentation:
83
83
84
- - `MongoDB\\ Collection::createIndex() <{+api+}/method/MongoDBCollection-createIndex/>`__
85
- - `MongoDB\\ Collection::findOne() <{+api+}/method/MongoDBCollection-findOne/>`__
84
+ :phpmethod: `MongoDB\Collection::createIndex()`
85
+ :phpmethod: `MongoDB\Collection::findOne()`
Original file line number Diff line number Diff line change @@ -92,5 +92,5 @@ API Documentation
92
92
To learn more about any of the methods discussed in this guide, see the following API
93
93
documentation:
94
94
95
- - `MongoDB\\ Collection::createIndex() <{+api+}/method/MongoDBCollection-createIndex/>`__
96
- - `MongoDB\\ Collection::findOne() <{+api+}/method/MongoDBCollection-findOne/>`__
95
+ :phpmethod: `MongoDB\Collection::createIndex()`
96
+ :phpmethod: `MongoDB\Collection::findOne()`
You can’t perform that action at this time.
0 commit comments