Test Failed
Push — master ( 1394e6...2e6134 )
by Feyman
02:46
created
src/IpLocalQuery.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
 
61 61
         $nip2 = pack('N', ip2long($nip));
62 62
 
63
-        $tmp_offset = (int)$ipdot[0] * 4;
63
+        $tmp_offset = (int) $ipdot[0] * 4;
64 64
         $start      = unpack('Vlen', $this->index[$tmp_offset] . $this->index[$tmp_offset + 1] . $this->index[$tmp_offset + 2] . $this->index[$tmp_offset + 3]);
65 65
 
66 66
         $index_offset = $index_length = NULL;
Please login to merge, or discard this patch.