@@ -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 | */ |
@@ -86,7 +86,7 @@ |
||
86 | 86 | /** |
87 | 87 | * Adds an subclass property if it is not already existent. The default value is used as value. |
88 | 88 | * @param string $name the property name |
89 | - * @param mixed $default the default value for the property |
|
89 | + * @param string|null $default the default value for the property |
|
90 | 90 | * @return $this|SubClassData |
91 | 91 | */ |
92 | 92 | public function addPropertyIfNotExistent(string $name, $default) |