diff --git a/tests/IntegrationTest.php b/tests/IntegrationTest.php index c142a17..5cc5bd5 100644 --- a/tests/IntegrationTest.php +++ b/tests/IntegrationTest.php @@ -361,6 +361,7 @@ public function testRealWorldApiIntegration(): void if ($startIndex >= $totalItems) { // Return empty generator explicitly yield from []; + return; }