Skip to content

Commit 3026b3c

Browse files
committed
Use generic language for documenting method params
1 parent c0e0ebc commit 3026b3c

File tree

52 files changed

+52
-70
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+52
-70
lines changed

docs/reference/method/MongoDBClient-dropDatabase.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Definition
2121

2222
function dropDatabase($databaseName, array $options []): array|object
2323

24-
:phpmethod:`MongoDB\\Client::dropDatabase()` has the following parameters:
24+
This method has the following parameters:
2525

2626
.. include:: /includes/apiargs/MongoDBClient-method-dropDatabase-param.rst
2727

docs/reference/method/MongoDBClient-listDatabases.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Definition
2121

2222
function listDatabases(array $options = []): MongoDB\Model\DatabaseInfoIterator
2323

24-
:phpmethod:`MongoDB\\Client::listDatabases()` has the following parameters:
24+
This method has the following parameters:
2525

2626
.. include:: /includes/apiargs/MongoDBClient-method-listDatabases-param.rst
2727

docs/reference/method/MongoDBClient-selectCollection.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Definition
2121

2222
function selectCollection($databaseName, $collectionName, array $options = []): MongoDB\Collection
2323

24-
:phpmethod:`MongoDB\\Client::selectCollection()` has the following parameters:
24+
This method has the following parameters:
2525

2626
.. include:: /includes/apiargs/MongoDBClient-method-selectCollection-param.rst
2727

docs/reference/method/MongoDBClient-selectDatabase.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Definition
2121

2222
function selectDatabase($databaseName, array $options = []): MongoDB\Database
2323

24-
:phpmethod:`MongoDB\\Client::selectDatabase()` has the following parameters:
24+
This method has the following parameters:
2525

2626
.. include:: /includes/apiargs/MongoDBClient-method-selectDatabase-param.rst
2727

docs/reference/method/MongoDBClient__construct.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Definition
2121

2222
function __construct($uri = 'mongodb://127.0.0.1/', array $uriOptions = [], array $driverOptions = [])
2323

24-
:phpmethod:`MongoDB\\Client::__construct()` has the following parameters:
24+
This constructor has the following parameters:
2525

2626
.. include:: /includes/apiargs/MongoDBClient-method-construct-param.rst
2727

docs/reference/method/MongoDBClient__get.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Definition
2323

2424
function __get($databaseName): MongoDB\Database
2525

26-
:phpmethod:`MongoDB\\Client::__get()` has the following parameters:
26+
This method has the following parameters:
2727

2828
.. include:: /includes/apiargs/MongoDBClient-method-get-param.rst
2929

docs/reference/method/MongoDBCollection-aggregate.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Definition
2222

2323
function aggregate(array $pipeline, array $options = []): Traversable
2424

25-
:phpmethod:`MongoDB\\Collection::aggregate()` has the following parameters:
25+
This method has the following parameters:
2626

2727
.. include:: /includes/apiargs/MongoDBCollection-method-aggregate-param.rst
2828

docs/reference/method/MongoDBCollection-bulkWrite.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Definition
2121

2222
function bulkWrite(array $operations, array $options = []): MongoDB\BulkWriteResult
2323

24-
:phpmethod:`MongoDB\\Collection::bulkWrite()` has the following parameters:
24+
This method has the following parameters:
2525

2626
.. include:: /includes/apiargs/MongoDBCollection-method-bulkWrite-param.rst
2727

docs/reference/method/MongoDBCollection-count.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Definition
2121

2222
function count($filter = [], array $options = []): integer
2323

24-
:phpmethod:`MongoDB\\Collection::count()` has the following parameters:
24+
This method has the following parameters:
2525

2626
.. include:: /includes/apiargs/MongoDBCollection-method-count-param.rst
2727

docs/reference/method/MongoDBCollection-createIndex.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Definition
2121

2222
function createIndex($key, array $options = []): string
2323

24-
:phpmethod:`MongoDB\\Collection::createIndex()` has the following parameters:
24+
This method has the following parameters:
2525

2626
.. include:: /includes/apiargs/MongoDBCollection-method-createIndex-param.rst
2727

0 commit comments

Comments
 (0)