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:
323
323
``@var SomeClass<DateTime> ``, ``@var SomeClass<integer,string> ``,
324
324
``@var Doctrine\Common\Collections\Collection<App\Entity\SomeEntity> ``, etc.)
325
325
326
- ``Type::getCollectionKeyType () `` & ``Type::getCollectionValueType () ``
326
+ ``Type::getCollectionKeyTypes () `` & ``Type::getCollectionValueTypes () ``
327
327
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
328
328
329
329
If the property is a collection, additional type objects may be returned
330
330
for 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 > `
333
333
methods.
334
334
335
335
.. _`components-property-info-extractors` :
You can’t perform that action at this time.
0 commit comments