@@ -26,7 +26,7 @@ |
||
26 | 26 | } |
27 | 27 | |
28 | 28 | |
29 | - public static function for( |
|
29 | + public static function for ( |
|
30 | 30 | MatchId $match, |
31 | 31 | int $player, |
32 | 32 | CorrelationId $correlationId |
@@ -51,7 +51,7 @@ |
||
51 | 51 | |
52 | 52 | private static function players(Decks $decks, int ...$ids): array |
53 | 53 | { |
54 | - return array_map(function (int $playerId, int $i) use ($decks): Player { |
|
54 | + return array_map(function(int $playerId, int $i) use ($decks): Player { |
|
55 | 55 | return Player::from($playerId, $decks[$i]->cards()); |
56 | 56 | }, $ids, array_keys($ids)); |
57 | 57 | } |