Completed
Push — feature/player-elo ( e26eb0...e4ba22 )
by Vladimir
13:48
created
models/Match.php 1 patch
Doc Comments   +3 added lines, -4 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)
@@ -836,8 +835,8 @@  discard block
 block discarded – undo
836 835
      * @param  Team $b
837 836
      * @param  int  $a_points
838 837
      * @param  int  $b_points
839
-     * @param  int[]|Player[] $a_players
840
-     * @param  int[]|Player[] $b_players
838
+     * @param  integer[] $a_players
839
+     * @param  integer[] $b_players
841 840
      * @param  int  $duration
842 841
      *
843 842
      * @throws InvalidArgumentException When a "Mixed" team is entered without a player roster
@@ -1155,7 +1154,7 @@  discard block
 block discarded – undo
1155 1154
      *
1156 1155
      * @param int[]|Player[] $players
1157 1156
      *
1158
-     * @return float|int
1157
+     * @return integer
1159 1158
      */
1160 1159
     private static function getAveragePlayerElo($players)
1161 1160
     {
Please login to merge, or discard this patch.