Skip to content

Commit b419fc4

Browse files
committed
Spacing
1 parent 7ceacb8 commit b419fc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Connection/ImapConnection.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ protected function newTokenizer(StreamInterface $stream): ImapTokenizer
702702
protected function assertTaggedResponse(string $tag, ?callable $exception = null): TaggedResponse
703703
{
704704
/** @var TaggedResponse $response */
705-
$response = $this->assertNextResponse(
705+
$response = $this->assertNextResponse(
706706
fn (Response $response) => (
707707
$response instanceof TaggedResponse && $response->tag()->is($tag)
708708
),
@@ -713,6 +713,7 @@ protected function assertTaggedResponse(string $tag, ?callable $exception = null
713713
ImapCommandException::make($this->result->command(), $response)
714714
),
715715
);
716+
716717
return $response;
717718
}
718719

0 commit comments

Comments
 (0)