Completed
Branch master (0dfbed)
by Benedikt
01:49
created
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.
src/Entity/Helpers/SubClassData.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.