Completed
Push — master ( bf8ee2...8254ff )
by Davide
13:01 queued 10:18
created
src/DavidePastore/Ipinfo/Ipinfo.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -169,8 +169,7 @@
 block discarded – undo
169 169
 		if($field == $this::GEO){
170 170
 			$response = json_decode($response, true);
171 171
 			$response = new Host($response);
172
-		}
173
-		else{
172
+		} else{
174 173
 			$response = substr($response, 0, -1);
175 174
 		}
176 175
 		
Please login to merge, or discard this patch.