From f90f2db4198b69e5020680c39eafd1e676da866a Mon Sep 17 00:00:00 2001 From: Igor Pinchuk Date: Fri, 5 Dec 2025 11:22:33 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/IntegrationTest.php | 1 + 1 file changed, 1 insertion(+) 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; }