Total Complexity | 2 |
Total Lines | 13 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | #[AsMessageHandler] |
||
13 | class UpdateTeamChartRankingHandler |
||
14 | { |
||
15 | public function __construct(private readonly ScoringTeamRankingHandler $handler) |
||
16 | { |
||
17 | } |
||
18 | |||
19 | /** |
||
20 | * @throws NonUniqueResultException |
||
21 | */ |
||
22 | public function __invoke(UpdatePlayerChartRanking $message): void |
||
25 | } |
||
26 | } |
||
27 |