File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -323,13 +323,13 @@ this returns ``true`` if:
323323 ``@var SomeClass<DateTime> ``, ``@var SomeClass<integer,string> ``,
324324 ``@var Doctrine\Common\Collections\Collection<App\Entity\SomeEntity> ``, etc.)
325325
326- ``Type::getCollectionKeyType () `` & ``Type::getCollectionValueType () ``
326+ ``Type::getCollectionKeyTypes () `` & ``Type::getCollectionValueTypes () ``
327327~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
328328
329329If the property is a collection, additional type objects may be returned
330330for both the key and value types of the collection (if the information is
331- available), via the :method: `Type::getCollectionKeyType () <Symfony\\ Component\\ PropertyInfo\\ Type::getCollectionKeyType > `
332- and :method: `Type::getCollectionValueType () <Symfony\\ Component\\ PropertyInfo\\ Type::getCollectionValueType > `
331+ available), via the :method: `Type::getCollectionKeyTypes () <Symfony\\ Component\\ PropertyInfo\\ Type::getCollectionKeyTypes > `
332+ and :method: `Type::getCollectionValueTypes () <Symfony\\ Component\\ PropertyInfo\\ Type::getCollectionValueTypes > `
333333methods.
334334
335335.. _`components-property-info-extractors` :
You can’t perform that action at this time.
0 commit comments