Completed
Push — master ( bce3ff...b78e58 )
by Konstantinos
04:07
created
models/Match.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -471,7 +471,7 @@
 block discarded – undo
471 471
      * Set the server address of the server where this match took place
472 472
      *
473 473
      * @param  string|null $server The server hostname
474
-     * @param  int|null    $port   The server port
474
+     * @param  integer    $port   The server port
475 475
      * @return self
476 476
      */
477 477
     public function setServerAddress($server = null, $port = 5154)
Please login to merge, or discard this patch.
src/Form/Creator/MatchFormCreator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -160,7 +160,7 @@
 block discarded – undo
160 160
      * Get the player list of a team
161 161
      *
162 162
      * @param FormInterface $team A MatchTeamType form
163
-     * @return array
163
+     * @return integer[]
164 164
      */
165 165
     private function getPlayerList(FormInterface $team)
166 166
     {
Please login to merge, or discard this patch.