@@ -123,7 +123,7 @@ discard block |
||
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 |
||
131 | 131 | } |
132 | 132 | |
133 | 133 | /** |
134 | - * @return Player[]|Collection |
|
134 | + * @return Collection |
|
135 | 135 | */ |
136 | 136 | public function getPlayersB() |
137 | 137 | { |
@@ -115,7 +115,7 @@ |
||
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 | */ |
@@ -206,7 +206,7 @@ |
||
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 | */ |