Completed
Push — master ( 8a441b...ebc209 )
by Vladimir
04:28
created
models/Player.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -621,7 +621,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
1309 1309
 
1310 1310
     /**
1311 1311
      * {@inheritdoc}
1312
+     * @param string $prefix
1312 1313
      */
1313 1314
     public static function getEagerColumns($prefix = null)
1314 1315
     {
Please login to merge, or discard this patch.