diff --git a/components/property_info.rst b/components/property_info.rst index abddaad0ae1..48dfac1f59b 100644 --- a/components/property_info.rst +++ b/components/property_info.rst @@ -323,13 +323,13 @@ this returns ``true`` if: ``@var SomeClass``, ``@var SomeClass``, ``@var Doctrine\Common\Collections\Collection``, etc.) -``Type::getCollectionKeyType()`` & ``Type::getCollectionValueType()`` +``Type::getCollectionKeyType()`` & ``Type::getCollectionValueTypes()`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ If the property is a collection, additional type objects may be returned for both the key and value types of the collection (if the information is available), via the :method:`Type::getCollectionKeyType() ` -and :method:`Type::getCollectionValueType() ` +and :method:`Type::getCollectionValueTypes() ` methods. .. _`components-property-info-extractors`: