zendframework / zend-log

Log component from Zend Framework
BSD 3-Clause "New" or "Revised" License
62 stars 51 forks source link

Fix check for Traversable in Zend\Log\Writer\PSR #73

Closed TysonAndre closed 7 years ago

TysonAndre commented 7 years ago

Previously, this check always failed. See https://3v4l.org/YgpKg This was detected by etsy/phan, and may or may not affect real code.

weierophinney commented 7 years ago

Thanks, @TysonAndre