@@ -609,7 +609,6 @@ discard block |
||
609 | 609 | * Set the server address of the server where this match took place |
610 | 610 | * |
611 | 611 | * @param string|null $server The server hostname |
612 | - * @param int|null $port The server port |
|
613 | 612 | * @return self |
614 | 613 | */ |
615 | 614 | public function setServerAddress($server = null) |
@@ -773,7 +772,6 @@ discard block |
||
773 | 772 | * @param int[] $a_players The IDs of the first team's players |
774 | 773 | * @param int[] $b_players The IDs of the second team's players |
775 | 774 | * @param string|null $server The address of the server where the match was played |
776 | - * @param int|null $port The port of the server where the match was played |
|
777 | 775 | * @param string $replayFile The name of the replay file of the match |
778 | 776 | * @param int $map The ID of the map where the match was played, only for rotational leagues |
779 | 777 | * @param string $matchType The type of match (e.g. official, fm, special) |
@@ -1029,7 +1027,7 @@ discard block |
||
1029 | 1027 | * |
1030 | 1028 | * @param int[] $players |
1031 | 1029 | * |
1032 | - * @return float|int |
|
1030 | + * @return integer |
|
1033 | 1031 | */ |
1034 | 1032 | private static function getAveragePlayerElo($players) |
1035 | 1033 | { |