You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Collection could be indexed with any \Stringable value (currently only string|int), for example Ramsey\Uuid.
For Doctrine Collections package it aplys to get, set, remove, containsKey methods.
In Doctrine ORM it is related to bellow relation, but it will probably work just with change signature of above methods.
Collection could be indexed with any
\Stringable
value (currently onlystring|int
), for exampleRamsey\Uuid
.For Doctrine Collections package it aplys to
get
,set
,remove
,containsKey
methods.In Doctrine ORM it is related to bellow relation, but it will probably work just with change signature of above methods.
The text was updated successfully, but these errors were encountered: