Passed
Push — v3 ( 0c0c02...60a814 )
by Austin
07:08
created
src/GameQ/Protocols/Gtar.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -135,7 +135,7 @@
 block discarded – undo
135 135
             throw new Exception("JSON response from Gtar protocol is invalid.");
136 136
         }
137 137
 
138
-        $address = $this->realIp.':'.$this->realPortQuery;
138
+        $address = $this->realIp . ':' . $this->realPortQuery;
139 139
         $server = $json->$address;
140 140
 
141 141
         if (empty($server)) {
Please login to merge, or discard this patch.