eloquent / typhoon

Simple, flexible type-checking for PHP.
MIT License
5 stars 0 forks source link

Disable checking of non-array traversable types, as discussed. #112

Open jmalloc opened 11 years ago

jmalloc commented 11 years ago

This is actually becoming quite problematic with Collections lib, but I don't want to drop the type checks altogether.

jmalloc commented 11 years ago

If this isn't easy, or you decide against it, it may at least be worth implementing this workaround for a PHP issue <5.5

https://github.com/IcecaveStudios/collections/issues/34