@@ -129,10 +129,10 @@ function generate_index_name($document): string
129
129
* autoEncryption driver option (if available).
130
130
*
131
131
* @internal
132
- * @see https://github.com/mongodb/specifications/blob/master/source/client-side-encryption/client-side-encryption.rst#drop- collection-helper
133
- * @see Collection::drop
134
- * @see Database::createCollection
135
- * @see Database::dropCollection
132
+ * @see https://github.com/mongodb/specifications/blob/master/source/client-side-encryption/client-side-encryption.rst#collection-encryptedfields-lookup-getencryptedfields
133
+ * @see Collection::drop()
134
+ * @see Database::createCollection()
135
+ * @see Database::dropCollection()
136
136
* @return array|object|null
137
137
*/
138
138
function get_encrypted_fields_from_driver (string $ databaseName , string $ collectionName , Manager $ manager )
@@ -146,9 +146,9 @@ function get_encrypted_fields_from_driver(string $databaseName, string $collecti
146
146
* Return a collection's encryptedFields option from the server (if any).
147
147
*
148
148
* @internal
149
- * @see https://github.com/mongodb/specifications/blob/master/source/client-side-encryption/client-side-encryption.rst#drop- collection-helper
150
- * @see Collection::drop
151
- * @see Database::dropCollection
149
+ * @see https://github.com/mongodb/specifications/blob/master/source/client-side-encryption/client-side-encryption.rst#collection-encryptedfields-lookup-getencryptedfields
150
+ * @see Collection::drop()
151
+ * @see Database::dropCollection()
152
152
* @return array|object|null
153
153
*/
154
154
function get_encrypted_fields_from_server (string $ databaseName , string $ collectionName , Manager $ manager , Server $ server )
@@ -454,8 +454,8 @@ function create_field_path_type_map(array $typeMap, string $fieldPath): array
454
454
* from the initial call have elapsed. After that, no retries will happen and
455
455
* the helper will throw the last exception received from the driver.
456
456
*
457
- * @see Client::startSession
458
- * @see Session::startTransaction for supported transaction options
457
+ * @see Client::startSession()
458
+ * @see Session::startTransaction() for supported transaction options
459
459
*
460
460
* @param Session $session A session object as retrieved by Client::startSession
461
461
* @param callable $callback A callback that will be invoked within the transaction
0 commit comments