@@ -227,7 +227,7 @@ |
||
227 | 227 | * |
228 | 228 | * @throws Exception |
229 | 229 | */ |
230 | - protected function parsePlayerTeam($dataType, Buffer &$buffer, Result &$result) |
|
230 | + protected function parsePlayerTeam($dataType, Buffer & $buffer, Result & $result) |
|
231 | 231 | { |
232 | 232 | |
233 | 233 | // Do count |
@@ -191,7 +191,7 @@ |
||
191 | 191 | $result->addSub('mods', 'steam_id', $responseBuffer->readInt32($infoByte & 0x0F)); |
192 | 192 | |
193 | 193 | // Read the name of the mod |
194 | - $result->addSub('mods', 'name', $responseBuffer->readPascalString(0, true) ?: 'Unknown'); |
|
194 | + $result->addSub('mods', 'name', $responseBuffer->readPascalString(0, true) ? : 'Unknown'); |
|
195 | 195 | |
196 | 196 | --$modCount; |
197 | 197 | } |