Skip to content

Commit a15ba4c

Browse files
jmikolanlarew
authored andcommitted
Escape slashes in class name
1 parent 298b9ad commit a15ba4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/drivers/php.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Compatibility
107107
Due to potential problems representing 64-bit integers on 32-bit platforms,
108108
users are advised to use 64-bit environments. When using a 32-bit platform, be
109109
aware that any 64-bit integer read from the database will be returned as a
110-
`MongoDB\BSON\Int64 <https://www.php.net/manual/en/class.mongodb-bson-int64.php>`_
110+
`MongoDB\\BSON\\Int64 <https://www.php.net/manual/en/class.mongodb-bson-int64.php>`_
111111
instance instead of a PHP integer type.
112112

113113
MongoDB Compatibility

0 commit comments

Comments
 (0)