Completed
Pull Request — master (#3)
by Peter
04:48
created
src/PtrTn/Battlerite/Dto/Match/DetailedMatch.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -182,6 +182,9 @@
 block discarded – undo
182 182
         );
183 183
     }
184 184
 
185
+    /**
186
+     * @return Participant
187
+     */
185 188
     public function getParticipantByPlayerId(string $playerId): ?Participant
186 189
     {
187 190
         foreach ($this->participants as $participant) {
Please login to merge, or discard this patch.