Passed
Push — main ( 13bce2...e1bd00 )
by Åsa
02:19
created
src/Weather/LocationService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
     public function curlIpApi($ipAdr): array
43 43
     {
44 44
         $curl = new CurlService();
45
-        if ($ipAdr!= "") {
45
+        if ($ipAdr != "") {
46 46
             $res = $curl->getDataThroughCurl($this->getUrl() . $ipAdr . "?access_key=" . $this->getKey());
47 47
             if ($res["type"] == null) {
48 48
                 $json = [
Please login to merge, or discard this patch.