Skip to content

Releases: jausions/php-typed-collections

Initial release

03 May 12:13
Compare
Choose a tag to compare

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.