Skip to content

Commit 22f3fdc

Browse files
authored
Apply suggestions from code review
1 parent 27b7c4e commit 22f3fdc

File tree

74 files changed

+74
-74
lines changed

Some content is hidden

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

74 files changed

+74
-74
lines changed

source/reference.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ API Documentation
33
=================
44

55
.. meta::
6-
:description: Explore the PHP library API reference for detailed information on available methods and classes.
6+
:description: Explore the MongoDB PHP library API reference for detailed information on available methods and classes.
77

88

99
.. toctree::

source/reference/class/MongoDBClient.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MongoDB\\Client Class
33
=====================
44

55
.. meta::
6-
:description: Explore the MongoDB\Client class, which serves as the entry point for connecting to MongoDB servers and accessing databases and collections in PHP.
6+
:description: Explore the MongoDB\Client class, which serves as the entry point for connecting to MongoDB servers and accessing databases and collections in the MongoDB PHP Library.
77

88
.. contents:: On this page
99
:local:

source/reference/class/MongoDBCollection.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MongoDB\\Collection Class
33
=========================
44

55
.. meta::
6-
:description: Explore methods for performing CRUD operations and index management with the MongoDB\\Collection class in PHP.
6+
:description: Explore methods for performing CRUD operations and index management with the MongoDB\Collection class in the MongoDB PHP Library.
77

88

99
.. contents:: On this page

source/reference/class/MongoDBDatabase.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MongoDB\\Database Class
33
=======================
44

55
.. meta::
6-
:description: Explore methods for database operations and collection management using the `MongoDB\\Database` class in PHP.
6+
:description: Explore methods for database operations and collection management using the MongoDB\Database class in the MongoDB PHP Library.
77

88
.. contents:: On this page
99
:local:

source/reference/class/MongoDBGridFSBucket.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MongoDB\\GridFS\\Bucket Class
33
=============================
44

55
.. meta::
6-
:description: Explore the `MongoDB\GridFS\Bucket` class for managing file storage and retrieval in MongoDB using PHP Streams.
6+
:description: Explore the MongoDB\GridFS\Bucket class for managing file storage and retrieval in the MongoDB PHP Library using PHP Streams.
77

88

99
.. contents:: On this page

source/reference/exception-classes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Exception Classes
33
=================
44

55
.. meta::
6-
:description: Explore various exception classes in the PHP library for MongoDB, detailing their usage and inheritance.
6+
:description: Explore MongoDB\Exception classes in the MongoDB PHP Library, detailing their usage and inheritance.
77

88

99
.. contents:: On this page

source/reference/method/MongoDBClient-createClientEncryption.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MongoDB\\Client::createClientEncryption()
33
=========================================
44

55
.. meta::
6-
:description: Create a ClientEncryption object in PHP for manual encryption and decryption of values using MongoDB's `createClientEncryption()` method.
6+
:description: Create a ClientEncryption object in PHP for manual encryption and decryption of values with the MongoDB PHP Library.
77

88

99
.. contents:: On this page

source/reference/method/MongoDBClient-dropDatabase.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MongoDB\\Client::dropDatabase()
33
===============================
44

55
.. meta::
6-
:description: Drop a database on the server using `MongoDB\Client::dropDatabase()` with options for comments, sessions, type maps, and write concerns.
6+
:description: Drop a database on the server with options for comments, sessions, type maps, and write concerns with the MongoDB PHP Library.
77

88
.. contents:: On this page
99
:local:

source/reference/method/MongoDBClient-getManager.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MongoDB\\Client::getManager()
33
=============================
44

55
.. meta::
6-
:description: Access the MongoDB\Driver\Manager used by a Client with the getManager() method.
6+
:description: Access the MongoDB\Driver\Manager used by a Client with the MongoDB PHP Library.
77

88

99
.. contents:: On this page

source/reference/method/MongoDBClient-getReadConcern.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MongoDB\\Client::getReadConcern()
33
=================================
44

55
.. meta::
6-
:description: Retrieve the read concern level set for a MongoDB client using the `getReadConcern()` method.
6+
:description: Retrieve the read concern level set for a Client with the MongoDB PHP Library.
77

88
.. versionadded:: 1.2
99

0 commit comments

Comments
 (0)