@@ -664,7 +664,6 @@ discard block |
||
664 | 664 | * Set the server address of the server where this match took place |
665 | 665 | * |
666 | 666 | * @param string|null $server The server hostname |
667 | - * @param int|null $port The server port |
|
668 | 667 | * @return self |
669 | 668 | */ |
670 | 669 | public function setServerAddress($server = null) |
@@ -1099,7 +1098,7 @@ discard block |
||
1099 | 1098 | * |
1100 | 1099 | * @param int[] $players |
1101 | 1100 | * |
1102 | - * @return float|int |
|
1101 | + * @return integer |
|
1103 | 1102 | */ |
1104 | 1103 | private static function getAveragePlayerElo($players) |
1105 | 1104 | { |