Completed
Branch master (0dfbed)
by Benedikt
07:50
created
src/Entity/Game.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@  discard block
 block discarded – undo
123 123
   }
124 124
 
125 125
   /**
126
-   * @return Player[]|Collection
126
+   * @return Collection
127 127
    */
128 128
   public function getPlayersA()
129 129
   {
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
   }
132 132
 
133 133
   /**
134
-   * @return Player[]|Collection
134
+   * @return Collection
135 135
    */
136 136
   public function getPlayersB()
137 137
   {
Please login to merge, or discard this patch.
src/Service/RankingSystem/EloRanking.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
 //<editor-fold desc="Private Methods">
116 116
   /**
117 117
    * @param RankingSystemChange[] $changes
118
-   * @param Collection|Player[] $players
118
+   * @param Collection $players
119 119
    * @param TournamentHierarchyEntity $entity
120 120
    * @param \Tfboe\FmLib\Entity\RankingSystem $ranking
121 121
    */
Please login to merge, or discard this patch.
src/Service/RankingSystem/RankingSystemService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -206,7 +206,7 @@
 block discarded – undo
206 206
   }
207 207
 
208 208
   /**
209
-   * @param Collection|Player[] $players
209
+   * @param Collection $players
210 210
    * @param RankingSystemList $list
211 211
    * @return RankingSystemListEntry[] $entries
212 212
    */
Please login to merge, or discard this patch.