Skip to content

Commit bbc86ec

Browse files
committed
Update comment
1 parent 18e590e commit bbc86ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/FunctionalTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ public static function getModuleInfo(string $row): ?string
272272
*/
273273
protected function createCollection(string $databaseName, string $collectionName, array $options = []): Collection
274274
{
275-
// @see https://jira.mongodb.org/browse/PHPLIB-1145
275+
// See: https://jira.mongodb.org/browse/PHPLIB-1145
276276
if (isset($options['encryptedFields'])) {
277277
throw new InvalidArgumentException('The "encryptedFields" option is not supported by createCollection(). Time to refactor!');
278278
}

0 commit comments

Comments
 (0)