| Total Complexity | 5 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | class TeamSerieBadgeHandler |
||
| 11 | { |
||
| 12 | private EntityManagerInterface $em; |
||
| 13 | private RankingProviderInterface $rankingProvider; //TeamSerieRankingQuery |
||
| 14 | |||
| 15 | public function __construct(EntityManagerInterface $em, RankingProviderInterface $rankingProvider) |
||
| 19 | } |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @throws ORMException |
||
| 23 | */ |
||
| 24 | public function process(Serie $serie): void |
||
| 44 |