@@ -83,7 +83,7 @@ |
||
| 83 | 83 | throw new QueryFailure("Unable to query GoogleDNS API", 0, $e); |
| 84 | 84 | } |
| 85 | 85 | |
| 86 | - $result = (array) json_decode((string)$response->getBody(), true); |
|
| 86 | + $result = (array)json_decode((string)$response->getBody(), true); |
|
| 87 | 87 | |
| 88 | 88 | if (isset($result['Answer'])) { |
| 89 | 89 | return $result['Answer']; |