@@ -135,10 +135,10 @@ |
||
135 | 135 | throw new Exception("JSON response from Gtar protocol is invalid."); |
136 | 136 | } |
137 | 137 | |
138 | - $address = $this->realIp.':'.$this->realPortQuery; |
|
139 | - $server = $json->$address; |
|
138 | + $address = $this->realIp.':'.$this->realPortQuery; |
|
139 | + $server = $json->$address; |
|
140 | 140 | |
141 | - if (empty($server)) { |
|
141 | + if (empty($server)) { |
|
142 | 142 | return [ |
143 | 143 | 'gq_address' => $this->realIp, |
144 | 144 | 'gq_port_query' => $this->realPortQuery, |
@@ -135,7 +135,7 @@ |
||
135 | 135 | throw new Exception("JSON response from Gtar protocol is invalid."); |
136 | 136 | } |
137 | 137 | |
138 | - $address = $this->realIp.':'.$this->realPortQuery; |
|
138 | + $address = $this->realIp . ':' . $this->realPortQuery; |
|
139 | 139 | $server = $json->$address; |
140 | 140 | |
141 | 141 | if (empty($server)) { |