@@ -231,7 +231,7 @@ |
||
231 | 231 | private function setSocketTimeout(): self |
232 | 232 | { |
233 | 233 | $timeCalculation = $this->connectionParameters->getKeepAlivePeriod() * 1.5; |
234 | - $seconds = (int) floor($timeCalculation); |
|
234 | + $seconds = (int)floor($timeCalculation); |
|
235 | 235 | stream_set_timeout($this->socket, $seconds, (int)($timeCalculation - $seconds) * 1000); |
236 | 236 | |
237 | 237 | return $this; |