@@ -471,7 +471,7 @@ |
||
| 471 | 471 | * Set the server address of the server where this match took place |
| 472 | 472 | * |
| 473 | 473 | * @param string|null $server The server hostname |
| 474 | - * @param int|null $port The server port |
|
| 474 | + * @param integer $port The server port |
|
| 475 | 475 | * @return self |
| 476 | 476 | */ |
| 477 | 477 | public function setServerAddress($server = null, $port = 5154) |
@@ -160,7 +160,7 @@ |
||
| 160 | 160 | * Get the player list of a team |
| 161 | 161 | * |
| 162 | 162 | * @param FormInterface $team A MatchTeamType form |
| 163 | - * @return array |
|
| 163 | + * @return integer[] |
|
| 164 | 164 | */ |
| 165 | 165 | private function getPlayerList(FormInterface $team) |
| 166 | 166 | { |