@@ -152,7 +152,7 @@ |
||
| 152 | 152 | { |
| 153 | 153 | $retryNum = $this->config->getRetry(); |
| 154 | 154 | while (1) { |
| 155 | - if (! $this->socket->isConnected()) { |
|
| 155 | + if (!$this->socket->isConnected()) { |
|
| 156 | 156 | try { |
| 157 | 157 | if ($retryNum) { |
| 158 | 158 | $retryNum--; |