@@ -171,7 +171,7 @@ |
||
| 171 | 171 | */ |
| 172 | 172 | private function convertMap($map) |
| 173 | 173 | { |
| 174 | - $outMap = (array)$map; |
|
| 174 | + $outMap = (array) $map; |
|
| 175 | 175 | $outMap["mapUid"] = $map->uId; |
| 176 | 176 | |
| 177 | 177 | return $outMap; |
@@ -48,7 +48,7 @@ |
||
| 48 | 48 | public function execute($login, InputInterface $input) |
| 49 | 49 | { |
| 50 | 50 | |
| 51 | - for ($x=0; $x < 200; $x++) { |
|
| 51 | + for ($x = 0; $x < 200; $x++) { |
|
| 52 | 52 | $this->connection->connectFakePlayer(false); |
| 53 | 53 | } |
| 54 | 54 | |