zendframework / zend-filter

Filter component from Zend Framework
BSD 3-Clause "New" or "Revised" License
68 stars 35 forks source link

Give php the absolute path to Traversable #55

Closed TysonAndre closed 7 years ago

TysonAndre commented 7 years ago

Without that use statement, the check would always be false. See https://3v4l.org/#preview This was detected by etsy/phan, and the bug may or may not occur in real code.

weierophinney commented 7 years ago

Thanks, @TysonAndre