We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0784a9 commit 84a926fCopy full SHA for 84a926f
src/Collections/ResponseCollection.php
@@ -3,7 +3,8 @@
3
namespace DirectoryTree\ImapEngine\Collections;
4
5
use DirectoryTree\ImapEngine\Connection\Responses\ContinuationResponse;
6
-use DirectoryTree\ImapEngine\Connection\Responses\Response;use DirectoryTree\ImapEngine\Connection\Responses\TaggedResponse;
+use DirectoryTree\ImapEngine\Connection\Responses\Response;
7
+use DirectoryTree\ImapEngine\Connection\Responses\TaggedResponse;
8
use DirectoryTree\ImapEngine\Connection\Responses\UntaggedResponse;
9
use Illuminate\Support\Collection;
10
0 commit comments