Completed
Push — v0_9 ( a932eb...7321a8 )
by Vladimir
11:49
created
models/Match.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -609,7 +609,6 @@  discard block
 block discarded – undo
609 609
      * Set the server address of the server where this match took place
610 610
      *
611 611
      * @param  string|null $server The server hostname
612
-     * @param  int|null    $port   The server port
613 612
      * @return self
614 613
      */
615 614
     public function setServerAddress($server = null)
@@ -773,7 +772,6 @@  discard block
 block discarded – undo
773 772
      * @param  int[]           $a_players  The IDs of the first team's players
774 773
      * @param  int[]           $b_players  The IDs of the second team's players
775 774
      * @param  string|null     $server     The address of the server where the match was played
776
-     * @param  int|null        $port       The port of the server where the match was played
777 775
      * @param  string          $replayFile The name of the replay file of the match
778 776
      * @param  int             $map        The ID of the map where the match was played, only for rotational leagues
779 777
      * @param  string          $matchType  The type of match (e.g. official, fm, special)
Please login to merge, or discard this patch.