Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ stable-api = "Stable API"
library-short = "PHP library"
driver-short = "{+library-short+}"
api = "https://www.mongodb.com/docs/php-library/current/reference"
php-manual = "https://www.php.net/manual/en"
string-data-type = "``string``"
bool-data-type = "``bool``"
int-data-type = "``int``"
5 changes: 2 additions & 3 deletions source/security/authentication.txt
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ API Documentation
To learn more about the ``MongoDB\Client`` class, see :phpclass:`MongoDB\Client`
in the library API documentation.

To view a full list of URI options that you can pass to a ``MongoDB\Client``, see
`MongoDB\\Driver\\Manager::__construct() Parameters
<{+php-manual+}/mongodb-driver-manager.construct.php#refsect1-mongodb-driver-manager.construct-parameters>`__
To view a full list of URI options that you can pass to a ``MongoDB\Client``, see the
:php:`MongoDB\Driver\Manager::__construct parameters </manual/en/mongodb-driver-manager.construct.php#refsect1-mongodb-driver-manager.construct-parameters>`
in the extension API documentation.
Loading