Skip to content

Commit 890dd6b

Browse files
committed
style
1 parent aeb1111 commit 890dd6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +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-
592+
593593
// Time for socket_select call
594594
$selectTime = (microtime(true) - $selectStart) * 1000;
595595

0 commit comments

Comments
 (0)