@@ -187,7 +187,7 @@ discard block |
||
187 | 187 | * @param Buffer $buffer |
188 | 188 | * @param Result $result |
189 | 189 | */ |
190 | - protected function parsePlayers(Buffer &$buffer, Result &$result) |
|
190 | + protected function parsePlayers(Buffer & $buffer, Result & $result) |
|
191 | 191 | { |
192 | 192 | // By default there are 0 players |
193 | 193 | $players = 0; |
@@ -216,7 +216,7 @@ discard block |
||
216 | 216 | * @param Buffer $buffer |
217 | 217 | * @param Result $result |
218 | 218 | */ |
219 | - protected function parsePlayersExtra(Buffer &$buffer, Result &$result) |
|
219 | + protected function parsePlayersExtra(Buffer & $buffer, Result & $result) |
|
220 | 220 | { |
221 | 221 | // Iterate over the extra player info |
222 | 222 | while (($id = $buffer->readInt8()) != 32) { |