Completed
Pull Request — master (#3)
by Peter
02:10
created
src/PtrTn/Battlerite/Dto/Match/Participant.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -204,8 +204,7 @@
 block discarded – undo
204 204
 
205 205
         if (isset($participant['attributes']['stats']['userID'])) {
206 206
             $userId = $participant['attributes']['stats']['userID'];
207
-        }
208
-        else {
207
+        } else {
209 208
             $userId = $participant['relationships']['player']['data']['id'];
210 209
         }
211 210
         Assert::string($userId);
Please login to merge, or discard this patch.