From fdc9d1f0ad426e927a01721896917039f6dc9d06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20S=C3=A1nchez?= Date: Thu, 5 Sep 2024 08:45:57 +0200 Subject: [PATCH] tests --- src/Paginator/FantaPaginatorAdapter.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Paginator/FantaPaginatorAdapter.php b/src/Paginator/FantaPaginatorAdapter.php index e5ceb7819..01b1d6945 100644 --- a/src/Paginator/FantaPaginatorAdapter.php +++ b/src/Paginator/FantaPaginatorAdapter.php @@ -65,8 +65,8 @@ public function getSuggests() * * @param int $offset The offset * @param int $length The length - * - * @return iterable The slice + * + * @return iterable The slice */ public function getSlice(int $offset, int $length): iterable {