@@ -379,7 +379,7 @@ discard block |
||
| 379 | 379 | |
| 380 | 380 | /** |
| 381 | 381 | * Get all of the callsigns a player has used to log in to the website |
| 382 | - * @return string[] An array containing all of the past callsigns recorded for a player |
|
| 382 | + * @return integer[] An array containing all of the past callsigns recorded for a player |
|
| 383 | 383 | */ |
| 384 | 384 | public function getPastCallsigns() |
| 385 | 385 | { |
@@ -871,7 +871,7 @@ discard block |
||
| 871 | 871 | |
| 872 | 872 | /** |
| 873 | 873 | * Get the (victory/total matches) ratio of the player |
| 874 | - * @return float |
|
| 874 | + * @return integer |
|
| 875 | 875 | */ |
| 876 | 876 | public function getMatchWinRatio() |
| 877 | 877 | { |