From f2504e6f7c7c1337a298cf8f91570f3ec078f9ea Mon Sep 17 00:00:00 2001 From: stevebauman <6421846+stevebauman@users.noreply.github.com> Date: Thu, 13 Feb 2025 22:52:56 +0000 Subject: [PATCH] Fix code style --- tests/Unit/Connection/ImapConnectionTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Unit/Connection/ImapConnectionTest.php b/tests/Unit/Connection/ImapConnectionTest.php index 8297bae..749b245 100644 --- a/tests/Unit/Connection/ImapConnectionTest.php +++ b/tests/Unit/Connection/ImapConnectionTest.php @@ -5,7 +5,6 @@ use DirectoryTree\ImapEngine\Exceptions\ImapCommandException; use DirectoryTree\ImapEngine\Exceptions\ImapConnectionException; use DirectoryTree\ImapEngine\Exceptions\ImapConnectionFailedException; -use DirectoryTree\ImapEngine\Exceptions\ImapParserException; use DirectoryTree\ImapEngine\Support\Str; test('connect success', function () {