Skip to content

Commit 98b6095

Browse files
committed
spaces > tabs
1 parent b06c154 commit 98b6095

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/StreamEncryption.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ public function __construct(LoopInterface $loop)
3030
// https://github.com/reactphp/socket-client/issues/24
3131
// On versions affected by this bug we need to fread the stream until we
3232
// get an empty string back because the buffer indicator could be wrong
33-
if (version_compare(PHP_VERSION, '5.6.8', '<')) {
34-
$this->wrapSecure = true;
35-
}
33+
if (version_compare(PHP_VERSION, '5.6.8', '<')) {
34+
$this->wrapSecure = true;
35+
}
3636

3737
if (defined('STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT')) {
3838
$this->method |= STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT;

0 commit comments

Comments
 (0)