Completed
Push — feature/player-elo ( e62ad5...44acf1 )
by Vladimir
07:59
created
models/Match.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -674,7 +674,6 @@  discard block
 block discarded – undo
674 674
      * Set the server address of the server where this match took place
675 675
      *
676 676
      * @param  string|null $server The server hostname
677
-     * @param  int|null    $port   The server port
678 677
      * @return self
679 678
      */
680 679
     public function setServerAddress($server = null)
@@ -1158,7 +1157,7 @@  discard block
 block discarded – undo
1158 1157
      *
1159 1158
      * @param int[]|Player[] $players
1160 1159
      *
1161
-     * @return float|int
1160
+     * @return integer
1162 1161
      */
1163 1162
     private static function getAveragePlayerElo($players)
1164 1163
     {
Please login to merge, or discard this patch.