Passed
Pull Request — v3 (#656)
by Jesse
30:32
created
src/GameQ/Protocols/Gta5m.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -186,7 +186,7 @@
 block discarded – undo
186 186
             $players = [];
187 187
             $data = json_decode($this->PlayerList);
188 188
             foreach ($data as $player) {
189
-                $players[] = array("id"=>$player->id,"name"=>$player->name,"ping"=>$player->ping,"identifiers"=>$player->identifiers);
189
+                $players[] = array( "id"=>$player->id, "name"=>$player->name, "ping"=>$player->ping, "identifiers"=>$player->identifiers );
190 190
             }
191 191
             $result->add('players', $players);
192 192
         }
Please login to merge, or discard this patch.