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
'simple collection with key type' => [newCollection(null, newInteger(), newString_()), 'object<string,int>'],
39
+
'collection of single type using specific class' => [newCollection(newFqsen('\Foo\Bar'), newInteger()), '\Foo\Bar<int>'],
40
+
'collection of single type with key type and using specific class' => [newCollection(newFqsen('\Foo\Bar'), newString_(), newInteger()), '\Foo\Bar<int,string>'],
0 commit comments