mirror of
https://github.com/danog/psalm.git
synced 2024-12-02 17:52:45 +01:00
132 B
132 B
InvalidIterator
Emitted when trying to iterate over a value that's not iterable
<?php
$a = 5;
foreach ($a as $b) {}