From b69d6cc23fbd968e355f595a66493c27768ffbed Mon Sep 17 00:00:00 2001 From: Igor Pinchuk Date: Fri, 5 Dec 2025 16:34:19 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/OffsetAdapterTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/OffsetAdapterTest.php b/tests/OffsetAdapterTest.php index c3faaf1..9001230 100644 --- a/tests/OffsetAdapterTest.php +++ b/tests/OffsetAdapterTest.php @@ -327,6 +327,7 @@ public function testFromCallbackCreatesAdapterWithCallbackSource(): void if ($startIndex >= count($data)) { yield from []; + return; }