Hello, I would like to propose a new iterable pseudo-type that accepts both arrays and objects implementing Traversable. Values accepted by iterable can then be used with foreach and yield from, or help to reduce type-checking logic in general.
Please review the RFC here: https://wiki.php.net/rfc/iterable <https://wiki.php.net/rfc/iterable> Thanks! Aaron Piotrowski