1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00
psalm/tests/Loop
Bruce Weirdan 27461c98f6 Strip null used to signify completed iterations in foreach context
Even though `Generator::current()` can return `null` once generator is
exhausted, `foreach()` never iterates after iterator ends, so we can
safely remove `null` (unless, of course, generator can yield `null`).
2024-02-27 01:04:03 +01:00
..
DoTest.php fix bugs in tests 2024-01-15 10:11:22 +01:00
ForeachTest.php Strip null used to signify completed iterations in foreach context 2024-02-27 01:04:03 +01:00
ForTest.php Require trailing commas 2022-12-18 13:20:31 -06:00
WhileTest.php fix bugs in tests 2024-01-15 10:11:22 +01:00