Completed
Push — master ( e491ed...c12b77 )
by Benjamin
04:31
created
src/Ip.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,8 +19,8 @@
 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) {
23
-            throw new ServiceError('Received an invalid status code from ipify:' . (string) $response->status_code .
22
+        if ($response->status_code!==200) {
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
         }
26 26
 
Please login to merge, or discard this patch.