@@ -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; |