@@ -232,11 +232,11 @@ |
||
232 | 232 | * @return string |
233 | 233 | * @throws \GameQ\Exception\Protocol |
234 | 234 | */ |
235 | - protected function processPackets($packet_id, array $packets = [ ]) |
|
235 | + protected function processPackets($packet_id, array $packets = []) |
|
236 | 236 | { |
237 | 237 | |
238 | 238 | // Init array so we can order |
239 | - $packs = [ ]; |
|
239 | + $packs = []; |
|
240 | 240 | |
241 | 241 | // We have multiple packets so we need to get them and order them |
242 | 242 | foreach ($packets as $i => $packet) { |