Skip to content

Commit 22efb3c

Browse files
committed
Add generics annotations for better IDE support
1 parent 84a926f commit 22efb3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Pagination/LengthAwarePaginator.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
use DirectoryTree\ImapEngine\Support\ForwardsCalls;
66
use Illuminate\Contracts\Support\Arrayable;
77
use Illuminate\Support\Collection;
8-
use JsonSerializable;use Psalm\Type\Atomic\TValueOf;
8+
use JsonSerializable;
9+
use Psalm\Type\Atomic\TValueOf;
910

1011
/**
1112
* @template TKey of array-key

0 commit comments

Comments
 (0)