Skip to content

Commit 84a926f

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Collections/ResponseCollection.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
namespace DirectoryTree\ImapEngine\Collections;
44

55
use DirectoryTree\ImapEngine\Connection\Responses\ContinuationResponse;
6-
use DirectoryTree\ImapEngine\Connection\Responses\Response;use DirectoryTree\ImapEngine\Connection\Responses\TaggedResponse;
6+
use DirectoryTree\ImapEngine\Connection\Responses\Response;
7+
use DirectoryTree\ImapEngine\Connection\Responses\TaggedResponse;
78
use DirectoryTree\ImapEngine\Connection\Responses\UntaggedResponse;
89
use Illuminate\Support\Collection;
910

0 commit comments

Comments
 (0)