Releases: jausions/php-typed-collections
Releases · jausions/php-typed-collections
Initial release
Type hinting is evolving but PHP still does not currently provide a way to define the type of the elements of an array (a.k.a. Generics.)
This library provides traits that can be used to implement type checking.