diff --git a/tests/OffsetAdapterTest.php b/tests/OffsetAdapterTest.php index c3faaf1b41161837d722fe17f173f4070a61d7ff..9001230276b14945acc2a6de5b210c476f0ca608 100644 --- a/tests/OffsetAdapterTest.php +++ b/tests/OffsetAdapterTest.php @@ -327,6 +327,7 @@ class OffsetAdapterTest extends TestCase if ($startIndex >= count($data)) { yield from []; + return; }