10.1.0
Added
-
Support proper generic
CollectionWe incorrectly supported
Collection<Foo>, while Doctrine collections
should actually beCollection<int, Foo>.All type hints in user code must be adapted accordingly.
Support proper generic Collection
We incorrectly supported Collection<Foo>, while Doctrine collections
should actually be Collection<int, Foo>.
All type hints in user code must be adapted accordingly.