Skip to content

Initial release

Latest
Compare
Choose a tag to compare
@jausions jausions released this 03 May 12:32

Type hinting is evolving but PHP 7 still does not currently provide a way to define the type of the elements of an array (a.k.a. Generics.)

This library is built on top of Doctrine/Collections to enforce type checking on elements added to a collection. We could also call them strongly typed arrays.