Skip to content

10.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Apr 12:52
· 4 commits to master since this release
10.1.0
2d1aeef

Added

  • 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.