Passed
Push — master ( a7a455...59a4ed )
by Christian
01:41 queued 11s
created
src/Resolvers/GoogleDNS.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
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'];
Please login to merge, or discard this patch.