Total Complexity | 4 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
9 | class PlayerCountryBadgeHandler |
||
10 | { |
||
11 | private EntityManagerInterface $em; |
||
12 | private CountryRankingQuery $countryRankingQuery; |
||
13 | |||
14 | public function __construct(EntityManagerInterface $em, CountryRankingQuery $countryRankingQuery) |
||
18 | } |
||
19 | |||
20 | public function process(Country $country): void |
||
36 |