@@ -19,7 +19,7 @@ |
||
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 | } |