Skip to content

Commit 47cfaeb

Browse files
Merge branch '5.4' into 6.2
* 5.4: Fix Typos Bump Symfony version to 5.4.25 Update CONTRIBUTORS for 5.4.24 Update VERSION for 5.4.24 Update CHANGELOG for 5.4.24
2 parents bfcfa01 + 6330cd4 commit 47cfaeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Transport/Smtp/Stream/SocketStream.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public function initialize(): void
145145
if ($this->streamContextOptions) {
146146
$options = array_merge($options, $this->streamContextOptions);
147147
}
148-
// do it unconditionnally as it will be used by STARTTLS as well if supported
148+
// do it unconditionally as it will be used by STARTTLS as well if supported
149149
$options['ssl']['crypto_method'] ??= \STREAM_CRYPTO_METHOD_TLS_CLIENT | \STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT | \STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT;
150150
$streamContext = stream_context_create($options);
151151

0 commit comments

Comments
 (0)