mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +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) {}