Skip to content

Commit 50fce97

Browse files
committed
style
1 parent 6e18e64 commit 50fce97

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
@@ -602,7 +602,7 @@ private function sendRawRequest(string $host, int $port, string $rawRequest)
602602
}
603603

604604
// Total time from connect to ready
605-
$totalTime = (microtime(true) - $connectStart) * 1000;
605+
$totalTime = (microtime(true) - $connectStart) * 1000;
606606

607607
// Set socket back to blocking mode for normal operations
608608
socket_set_block($this->socket);

0 commit comments

Comments
 (0)