Completed
Pull Request — master (#3)
by
unknown
04:03
created
src/Ip.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
                 This is most likely due to a networking error of some sort.");
20 20
         }
21 21
 
22
-        if ($response->status_code !== 200) {
22
+        if ($response->status_code!==200) {
23 23
             throw new ServiceError('Received an invalid status code from ipify:' + (string) $response->status_code +
24 24
                 '. The service might be experiencing issues.');
25 25
         }
Please login to merge, or discard this patch.