Commit c9884433 authored by Jeremy Mikola's avatar Jeremy Mikola

Fix escaping in PHP class references

parent 56be18e1
...@@ -31,8 +31,8 @@ Definition ...@@ -31,8 +31,8 @@ Definition
:returns: :returns:
A traversable :phpclass:`MongoDB\\Model\DatabaseInfoIterator`, which A traversable :phpclass:`MongoDB\\Model\\DatabaseInfoIterator`, which
contains an :phpclass:`MongoDB\\Model\DatabaseInfo` object for each contains an :phpclass:`MongoDB\\Model\\DatabaseInfo` object for each
database on the server. database on the server.
Example Example
......
...@@ -31,9 +31,9 @@ Definition ...@@ -31,9 +31,9 @@ Definition
:returns: :returns:
A traversable :phpclass:`MongoDB\\Model\IndexInfoIterator`, which A traversable :phpclass:`MongoDB\\Model\\IndexInfoIterator`, which
contains an :phpclass:`MongoDB\\Model\IndexInfo` object for each index for contains an :phpclass:`MongoDB\\Model\\IndexInfo` object for each index
the collection. for the collection.
Example Example
------- -------
......
...@@ -31,8 +31,8 @@ Definition ...@@ -31,8 +31,8 @@ Definition
:returns: :returns:
A traversable :phpclass:`MongoDB\\Model\CollectionInfoIterator`, which A traversable :phpclass:`MongoDB\\Model\\CollectionInfoIterator`, which
contains an :phpclass:`MongoDB\\Model\CollectionInfo` object for each contains an :phpclass:`MongoDB\\Model\\CollectionInfo` object for each
collection in the database. collection in the database.
Example Example
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment