@@ -674,7 +674,6 @@ discard block |
||
| 674 | 674 | * Set the server address of the server where this match took place |
| 675 | 675 | * |
| 676 | 676 | * @param string|null $server The server hostname |
| 677 | - * @param int|null $port The server port |
|
| 678 | 677 | * @return self |
| 679 | 678 | */ |
| 680 | 679 | public function setServerAddress($server = null) |
@@ -1158,7 +1157,7 @@ discard block |
||
| 1158 | 1157 | * |
| 1159 | 1158 | * @param int[]|Player[] $players |
| 1160 | 1159 | * |
| 1161 | - * @return float|int |
|
| 1160 | + * @return integer |
|
| 1162 | 1161 | */ |
| 1163 | 1162 | private static function getAveragePlayerElo($players) |
| 1164 | 1163 | { |