@@ -621,7 +621,7 @@ discard block |
||
| 621 | 621 | |
| 622 | 622 | /** |
| 623 | 623 | * Get all of the callsigns a player has used to log in to the website |
| 624 | - * @return string[] An array containing all of the past callsigns recorded for a player |
|
| 624 | + * @return integer[] An array containing all of the past callsigns recorded for a player |
|
| 625 | 625 | */ |
| 626 | 626 | public function getPastCallsigns() |
| 627 | 627 | { |
@@ -1176,7 +1176,7 @@ discard block |
||
| 1176 | 1176 | |
| 1177 | 1177 | /** |
| 1178 | 1178 | * Get the (victory/total matches) ratio of the player |
| 1179 | - * @return float |
|
| 1179 | + * @return integer |
|
| 1180 | 1180 | */ |
| 1181 | 1181 | public function getMatchWinRatio() |
| 1182 | 1182 | { |
@@ -1309,6 +1309,7 @@ discard block |
||
| 1309 | 1309 | |
| 1310 | 1310 | /** |
| 1311 | 1311 | * {@inheritdoc} |
| 1312 | + * @param string $prefix |
|
| 1312 | 1313 | */ |
| 1313 | 1314 | public static function getEagerColumns($prefix = null) |
| 1314 | 1315 | { |