Skip to content

Commit 7b2161c

Browse files
committed
add empty line before comment
1 parent 79cd2fd commit 7b2161c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Client.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,7 @@ private function sendRawRequest(string $host, int $port, string $rawRequest)
589589
$except = [];
590590
$selectStart = microtime(true);
591591
$selectResult = socket_select($read, $write, $except, $this->connectionTimeout, $this->connectionTimeoutMicroseconds);
592+
592593
// Time for socket_select call
593594
$selectTime = (microtime(true) - $selectStart) * 1000;
594595

0 commit comments

Comments
 (0)