Skip to content

Commit 88d905f

Browse files
stevebaumangithub-actions[bot]
authored andcommitted
Fix code style
1 parent cd8c1fc commit 88d905f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Connection/ImapConnection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function connect(string $host, ?int $port = null, array $options = []): v
6666
{
6767
$transport = strtolower($options['encryption'] ?? '') ?: 'tcp';
6868

69-
if (in_array($transport, ['ssl', 'tls'])) {
69+
if (in_array($transport, ['ssl', 'tls'])) {
7070
$port ??= 993;
7171
} else {
7272
$port ??= 143;

0 commit comments

Comments
 (0)