Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Cenadros committed Sep 5, 2024
1 parent 857cb59 commit fdc9d1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Paginator/FantaPaginatorAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ public function getSuggests()
*
* @param int $offset The offset
* @param int $length The length
*
* @return iterable The slice
*
* @return iterable<array-key, mixed> The slice
*/
public function getSlice(int $offset, int $length): iterable
{
Expand Down

0 comments on commit fdc9d1f

Please sign in to comment.