Passed
Pull Request — v3 (#646)
by
unknown
32:51
created
src/GameQ/Filters/Normalize.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
             $players = [];
106 106
             $data = json_decode($json);
107 107
             foreach ($data as $player) {
108
-                $players[] = array("id" => $player->id, "name" => $player->name,"ping" => $player->ping, "identifiers" => $player->identifiers);
108
+                $players[] = array( "id" => $player->id, "name" => $player->name, "ping" => $player->ping, "identifiers" => $player->identifiers );
109 109
             }
110 110
             return $players;
111 111
         }
Please login to merge, or discard this patch.