Commit 5fe7d620 authored by Jeremy Mikola's avatar Jeremy Mikola

Merge branch 'v1.1' into v1.2

parents 7b911b51 a1642394
...@@ -115,7 +115,7 @@ MongoDB\\Model\\IndexInfo ...@@ -115,7 +115,7 @@ MongoDB\\Model\\IndexInfo
This class implements PHP's :php:`ArrayAccess <arrayaccess>` interface. This This class implements PHP's :php:`ArrayAccess <arrayaccess>` interface. This
provides a mechanism for accessing index fields for which there exists no provides a mechanism for accessing index fields for which there exists no
helper method. :php`isset() <isset>` may be used to check for the existence helper method. :php:`isset() <isset>` may be used to check for the existence
of a field before accessing it with ``[]``. of a field before accessing it with ``[]``.
.. note:: .. note::
......
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