Completed
Push — feature/player-elo ( 4ceb2f...88ae6a )
by Vladimir
02:49
created
models/Player.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -379,7 +379,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.