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.
2 parents bfcfa01 + 6330cd4 commit 47cfaebCopy full SHA for 47cfaeb
Transport/Smtp/Stream/SocketStream.php
@@ -145,7 +145,7 @@ public function initialize(): void
145
if ($this->streamContextOptions) {
146
$options = array_merge($options, $this->streamContextOptions);
147
}
148
- // do it unconditionnally as it will be used by STARTTLS as well if supported
+ // do it unconditionally as it will be used by STARTTLS as well if supported
149
$options['ssl']['crypto_method'] ??= \STREAM_CRYPTO_METHOD_TLS_CLIENT | \STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT | \STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT;
150
$streamContext = stream_context_create($options);
151
0 commit comments