@@ -39,7 +39,7 @@ |
||
39 | 39 | */ |
40 | 40 | public function __construct($host, $port, $password, $timeout) |
41 | 41 | { |
42 | - $this->host = $host; |
|
42 | + $this->host = $host; |
|
43 | 43 | $this->port = $port; |
44 | 44 | $this->password = $password; |
45 | 45 | $this->timeout = $timeout; |
@@ -234,6 +234,6 @@ |
||
234 | 234 | */ |
235 | 235 | public function send_command($command) |
236 | 236 | { |
237 | - return $this->sendCommand($command) ; |
|
237 | + return $this->sendCommand($command); |
|
238 | 238 | } |
239 | 239 | } |